meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sw:vscode:settings [2024/07/21 13:22] niziaksw:vscode:settings [2024/09/24 09:46] (current) niziak
Line 3: Line 3:
 ''project/.vccode/settings.json'' ''project/.vccode/settings.json''
  
-<code json>+<code JavaScript>
 { {
-    "search.useIgnoreFiles": true+    "search.useIgnoreFiles": true
 +    "editor.selectionClipboard": false,
          
     "[makefile]": {     "[makefile]": {
Line 14: Line 15:
 </code> </code>
  
-<code json>+<code JavaScript>
 "files.associations": { "files.associations": {
     "*.mk": "makefile",     "*.mk": "makefile",
Line 29: Line 30:
   * [[https://stackoverflow.com/questions/46221272/how-do-i-automatically-clear-vs-code-terminal-when-starting-a-build|How do I automatically clear VS Code terminal when starting a build?]]   * [[https://stackoverflow.com/questions/46221272/how-do-i-automatically-clear-vs-code-terminal-when-starting-a-build|How do I automatically clear VS Code terminal when starting a build?]]
   * [[https://superuser.com/questions/1713995/how-do-i-make-vscode-terminal-window-clear-previous-spring-boot-output-automatic|how do I make vscode terminal window clear previous spring boot output automatically?]]   * [[https://superuser.com/questions/1713995/how-do-i-make-vscode-terminal-window-clear-previous-spring-boot-output-automatic|how do I make vscode terminal window clear previous spring boot output automatically?]]
 +
 +===== How to turn off auto select in File Explorer when changing window tabs =====
 +
 +<code JavaScript>"explorer.autoReveal": false</code>
 +
 +===== file.associations =====
 +
 +Issue ''file.associations'' doesn't work from settings.json:
 +
 +  This setting cannot be applied in this workspace. It will be applied when you open the containing workspace folder directly.