dkjb634

Results 3 issues of dkjb634

Hello, It is not clear what a token I should enter in the following tooltip. Would be nice to write something like "Enter the token you received by email" ![image](https://user-images.githubusercontent.com/87329202/165470415-02545164-1ceb-4d0c-bf72-6d1ed55e9238.png)

frontend
good-first-issue

User is not notified that he should restart Rider after installing/enabling/disabling the plugin for the changes to take effect.

### Steps to reproduce: - Consider main.odin: ``` package main import "core:fmt" import "core:os" main :: proc() { buffer: [1024]byte fmt.print("> ") bytes_written, err := os.read(os.stdin, buffer[:]) if err !=...