Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» include workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg committed Aug 6, 2024
1 parent 6295f39 commit 6b8e1f1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"bilelmoussaoui.flatpak-vscode",
"mesonbuild.mesonbuild"
]
}
33 changes: 33 additions & 0 deletions http-codes.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
".flatpak-builder/**": true,
"website/**": true,
"__build/**": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true,
".flatpak/**": true,
"_build/**": true,
"website/**": true
},
"mesonbuild.languageServer": "mesonlsp",
"mesonbuild.configureOnOpen": false,
"mesonbuild.buildFolder": "_build",
"mesonbuild.mesonPath": "${workspaceFolder}/.flatpak/meson.sh"
}
}

0 comments on commit 6b8e1f1

Please sign in to comment.