Skip to content

Commit

Permalink
code: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Jan 10, 2024
1 parent 3107217 commit c67918a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dot_config/Code/User/settings.json.source
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,12 @@
],
"agdaMode.connection.agdaLanguageServer": true,
"window.zoomLevel": 2,
"workbench.activityBar.location": "hidden"
"workbench.activityBar.location": "hidden",
"dart.checkForSdkUpdates": false,
"search.useGlobalIgnoreFiles": true,
"search.useParentIgnoreFiles": true,
"cmake.showOptionsMovedNotification": false,
"[graphql]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit c67918a

Please sign in to comment.