mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
chore: Disable runOn folderOpen for turbo watch vscode task (#4316)
The task currently opens up as soon as visual studio code opens the folder and it is very much annoying since it pops up immediately and also for example for me it makes my pc lag quite a bit due to the amount of files being watched and git processes that it spawns to calculate the hashes (this is at least my understanding of what it is doing with all the git processes)
This commit is contained in:
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
@@ -12,7 +12,6 @@
|
||||
"panel": "dedicated"
|
||||
},
|
||||
"runOptions": {
|
||||
"runOn": "folderOpen",
|
||||
"instanceLimit": 1
|
||||
},
|
||||
"problemMatcher": []
|
||||
|
||||
Reference in New Issue
Block a user