VSCode Settings and Submodule Updates

- Add VSCode folder to gitignore with exceptions for
  user specific configs
- Change VSCode projects extension base folder to ~/Git
- Add some auto build marlin extension settings
- Update doom emacs submodule
- Update dwm-flexipatch submodule
This commit is contained in:
Sravan Balaji 2024-07-14 09:35:58 -04:00
parent 6f2977976a
commit c8c52f0196
5 changed files with 19 additions and 5 deletions

4
.gitignore vendored
View File

@ -8,3 +8,7 @@ autorandr/.config/autorandr/
!autorandr/.config/autorandr/postswitch
vim/.vim/.netrwhist
vscode/.config/Code
!vscode/.config/Code/User/settings.json
!vscode/.config/Code/User/keybindings.json

View File

@ -262,6 +262,10 @@ autorandr/.config/autorandr/
!autorandr/.config/autorandr/postswitch
vim/.vim/.netrwhist
vscode/.config/Code
!vscode/.config/Code/User/settings.json
!vscode/.config/Code/User/keybindings.json
#+END_SRC
* Git
@ -7068,7 +7072,7 @@ doom
#+BEGIN_SRC json :tangle vscode/.config/Code/User/settings.json
"projectManager.git.baseFolders": [
"/home/sravan/Projects",
"/home/sravan/Git",
"/home/sravan/.config"
],
#+END_SRC
@ -7144,10 +7148,13 @@ doom
"peacock.affectTabActiveBorder": true,
#+END_SRC
**** Auto Build
**** Auto Build Marlin
#+BEGIN_SRC json :tangle vscode/.config/Code/User/settings.json
"auto-build.defaultEnv.name": "STM32F103RE_creality",
"auto-build.build.reveal": false,
"auto-build.build.silent": false,
"platformio-ide.autoOpenPlatformIOIniFile": false,
#+END_SRC
**** Close Braces

@ -1 +1 @@
Subproject commit a10bfa96dbeff95ef20f2e52fe2abf28994739d0
Subproject commit bbfe23ff81ed16c236a2ec9f131b6d29c525f96e

@ -1 +1 @@
Subproject commit b9f1d5d2616751defd838266f6c8506faf642097
Subproject commit 1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f

View File

@ -207,7 +207,7 @@
"diffEditor.ignoreTrimWhitespace": false,
"projectManager.git.baseFolders": [
"/home/sravan/Projects",
"/home/sravan/Git",
"/home/sravan/.config"
],
@ -267,5 +267,8 @@
"peacock.affectTabActiveBorder": true,
"auto-build.defaultEnv.name": "STM32F103RE_creality",
"auto-build.build.reveal": false,
"auto-build.build.silent": false,
"platformio-ide.autoOpenPlatformIOIniFile": false,
}