mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Changed VSCode settings.json to ignore git submodules (#21286)
no issue - This removes the `casper` and `source` submodules from the VSCode source control sidebar to simplify the view. - It also points all of VSCode's `git` commands in the command palette to the root repository (Ghost), so you don't have to specify which repo you want to commit to every time. - With this, you can simply run the "Git commit all" command in VSCode (and optionally map a keybinding to it), which adds all changed files to the commit and prompts for a commit message.
This commit is contained in:
parent
401ec7d14d
commit
a09abaf8a5
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -22,5 +22,6 @@
|
|||
},
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
||||
]
|
||||
],
|
||||
"git.detectSubmodules": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue