crystal-lang-tools/vscode-crystal-lang

why vscode update my crystal lang extension without my permission?

girng opened this issue ยท 3 comments

girng commented

now all the variables inside my methods are light blue, not white

i do not like this and never asked vscode to update to the latest version :/

is it possible for me to change this? i mean everything was working just fine for nearly a year, it was perfect! ๐Ÿ˜ฟ ๐Ÿ˜ญ

Hi @girng You can disable it on settings.json:

{
 "extensions.autoUpdate": false
}

now all the variables inside my methods are light blue, not white

Yeah, I'm working on a new syntax file, based on sublime-crystal one ๐Ÿ˜…

BTW, you can install any version of vscode-crystal-lang if you want:

image

image

Recently added here microsoft/vscode#12764

girng commented

yeah, when i click on install previous version the top bar just fades in and out really fast (issue with vscode probably). i made an issue in their repo. thanks for the help

i will def be doing extensions.autoUpdate": false ๐Ÿ˜‚

girng commented

and really @faustinoaq i love your plugin.. not an issue with the plugin itself really, just i hate change lol. i have so much crystal code already and when i see new colors it just makes me more confused. i prob just have to get used to it. "can't stay on windows 7 forever"