MVVS: MV Basic for Visual Studio

 View Only

 Disable creation of .vscode setting

libin xie's profile image
libin xie posted 05-28-2024 21:03

often like to use VSCode to quick view some projects to pull snippets from them.

However, this leads to a ton of additional .vscode folders with folllowing settings.json being placed on any folder.

 

{
    "[rocket-mvbasic]": {
        "editor.codeLens": false
    }
}

Is there a way to disable this folder from being created every time vscode loads somewhere new?

VSCode version:

Version: 1.89.1 (user setup)
Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685
Date: 2024-05-07T05:13:33.891Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.22621

Rocket MV Basic Plugin Version: V2.4.0

thanks.

Chao Han's profile image
ROCKETEER Chao Han

Hi, Libin.

Thanks for asking this question in the forum, the ".rmv" & ".vscode" configuration files are created when VS Code first activates MV BASIC extension, unless you don't want to activate MV BASIC extension in that folder, or there is no way to disable the creation of these 2 folders.

For the codeLens setting, you can update the default value from "false" to "true" if you would like to using this feature for BASIC code, thanks.

Best Regards.

Charles.