crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
277 stars 58 forks source link

why vscode update my crystal lang extension without my permission? #87

Closed girng closed 1 year ago

girng commented 5 years ago

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! 😿 😭

faustinoaq commented 5 years ago

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 :sweat_smile:

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

image

image

Recently added here https://github.com/Microsoft/vscode/issues/12764

girng commented 5 years ago

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 5 years ago

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"