Skip to content

Commit

Permalink
Update the settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 22, 2024
1 parent f6b4561 commit 6d2f0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"window.title": "${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}[${activeRepositoryBranchName}]",
"editor.defaultFormatter": "esbenp.prettier-vscode",
// To make this settings effective install `sysoev.vscode-open-in-github` plugin
"openInGitHub.defaultBranch": "unstable",
// If you are using `sysoev.vscode-open-in-github` extension, make sure to enable this setting
// "openInGitHub.defaultBranch": "unstable",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
Expand Down

0 comments on commit 6d2f0be

Please sign in to comment.