vscode-ai-toolkit
vscode-ai-toolkit copied to clipboard
AI Toolkit for Visual Studio Code overrides user settings and pulls workspace settings into user settings
The AI Toolkit for Visual Studio code seems to inject some instruction file locations into the chat.instructionsFileLocations user configuration:, such as /home/vscode/.aitk/instructions/ and C:\Users<user>.aitk\instructions\ .
Firstly, that is bad enough that an extension just injects instruction files as I want 100% control of that myself. Secondly, while it does so, if I am in a workspace where I have workspace specific instruction files set in the workspace settings, this extension is also pulling these into the user settings. And since I have setting sync on, this pollutes all my different workspaces with wrong settings for my instruction files.
For example if I have only .github/instructions in my user setting and folderA/.github/instructions/ and folderB/.github/instructions/ in my workspace settings. After AI toolkit runs, I have the following in my user settings:
.github/instructions
/home/vscode/.aitk/instructions/
C:\Users<user>.aitk\instructions
folderA/.github/instructions/
folderB/.github/instructions/
and this syncs over to my other workspaces where I dont want folderA and folderB as my instructions.
Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.
There's an extension setting that you can disable AI Toolkit's instruction.