mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
Merge pull request #4108 from gitbutlerapp/Virtual-branch
Update vscode settings to point to new prettierrc
This commit is contained in:
commit
cb3532dec1
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"eslint.validate": ["svelte"],
|
||||
"eslint.workingDirectories": ["app"],
|
||||
"prettier.configPath": "app/.prettierrc",
|
||||
"prettier.configPath": "app/.prettierrc.js",
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[rust]": {
|
||||
|
Loading…
Reference in New Issue
Block a user