cyrusfirheir / twee3-language-tools

[ VSCode extension ] Syntax highlighting and programmatic language tools for Twee 3, and Twine 2 storyformats.
https://marketplace.visualstudio.com/items?itemName=cyrusfirheir.twee3-language-tools
MIT License
47 stars 16 forks source link

always generate .vscode config #31

Closed arohman84 closed 3 years ago

arohman84 commented 3 years ago

can we prevent this extension always generate settings.json file even if we doesnt open the twee files ?

cyrusfirheir commented 3 years ago

The extension is set to set the language as soon as a twee file is found in the workspace. Preventing that behavior defeats the purpose of having the extension in the first place... Maybe I am not seeing the issue here, but could you explain the problem with it generating a settings.json file?

arohman84 commented 3 years ago

here's what i mean Code_p5i2NFkhd6

the extension generate a new setting in my workplace even in my react native project LOL

cyrusfirheir commented 3 years ago

It had to have found a .tw or .twee file in the workspace. The extension doesn't even activate otherwise.

GwenTastic commented 3 years ago

i think i know what's happening, it doesn't need to be part of the workspace, it just needs to be opened by the same VSC window. t333333lt

cyrusfirheir commented 3 years ago

Patched in v0.11.5.