dkjb634
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" 
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 !=...