Skip to content

Commit

Permalink
Chore: Remove settings from devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bünyamin Olgun committed Dec 1, 2024
1 parent 64cfb2a commit fa0fbb2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,6 @@
],
"customizations": {
"vscode": {
"settings": {
"dart.flutterSdkPath": "/flutter",
"editor.formatOnSave": true,
"[javascript][typescript][css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"editor.formatOnSave": true
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode",
"editor.tabSize": 2
},
"svelte.enable-ts-plugin": true,
"eslint.validate": ["javascript", "svelte"],
"[dart]": {
"editor.formatOnSave": true,
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off",
"editor.defaultFormatter": "Dart-Code.dart-code"
}
},
"extensions": [
"Dart-Code.dart-code",
"Dart-Code.flutter",
Expand Down

0 comments on commit fa0fbb2

Please sign in to comment.