Skip to content

Commit

Permalink
Modify vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zdu-strong committed Mar 1, 2025
1 parent 50390af commit 3148887
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions capacitor-cypress/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
"extensions.ignoreRecommendations": true,
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions capacitor/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
"java.configuration.updateBuildConfiguration": "disabled",
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions docker/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
"extensions.ignoreRecommendations": true,
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions electron-playwright/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
"extensions.ignoreRecommendations": true,
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions electron/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
"extensions.ignoreRecommendations": true,
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions ffcreator/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
"extensions.ignoreRecommendations": true,
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions react-cypress/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
"extensions.ignoreRecommendations": true,
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions react/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
"extensions.ignoreRecommendations": true,
"git.enabled": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions rust/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
"extensions.ignoreRecommendations": true,
"editor.inlayHints.enabled": "on",
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
}
2 changes: 1 addition & 1 deletion springboot/.mvn/database_diff/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"java.debug.settings.stepping.skipConstructors": true,
"java.debug.settings.stepping.skipStaticInitializers": true,
"java.debug.settings.stepping.skipSynthetics": true,

"git.openRepositoryInParentFolders": "never",
}
1 change: 1 addition & 0 deletions springboot/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"java.debug.settings.stepping.skipConstructors": true,
"java.debug.settings.stepping.skipStaticInitializers": true,
"java.debug.settings.stepping.skipSynthetics": true,
"git.openRepositoryInParentFolders": "never",

}

0 comments on commit 3148887

Please sign in to comment.