Skip to content

Commit

Permalink
move settings from .vscode/settings.json into workspace file settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Dec 29, 2023
1 parent 3ec2457 commit 1586baf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions omega-flowey.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,23 @@
},
"datapack.trace.server": "messages",

"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2,

"files.exclude": {
"**/versions": true
},
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true,
"./omega-flowey/data/math": true,
"./minecraft/**": true,
"./versions": true
},

"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",

"terminal.integrated.defaultLocation": "editor"
}
}

0 comments on commit 1586baf

Please sign in to comment.