mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
start redoing ci/cd and devops
This commit is contained in:
parent
460770407a
commit
ab9fe30b42
37 changed files with 418 additions and 825 deletions
22
.vscode/settings.json
vendored
22
.vscode/settings.json
vendored
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"[starlark]": {
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"bazel.buildifierFixOnFormat": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2,
|
||||
"go.inferGopath": false,
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"[starlark]": {
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"bazel.buildifierFixOnFormat": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2,
|
||||
"go.inferGopath": false,
|
||||
"search.exclude": {
|
||||
"**/.yarn": true,
|
||||
"**/.pnp.*": true
|
||||
},
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue