Removed unecessary devcontainer.json command.
Some checks failed
GameServiceWarden/pipeline/head There was a failure building this commit

This commit is contained in:
2024-07-22 02:21:26 +00:00
parent a7da520faf
commit 4dc4819bd8
2 changed files with 21 additions and 16 deletions

View File

@@ -14,7 +14,8 @@
"svelte.svelte-vscode",
"syler.sass-indented",
"dbaeumer.vscode-eslint",
"ms-dotnettools.csharp"
"ms-dotnettools.csharp",
"hediet.vscode-drawio"
],
"settings": {
"python.defaultInterpreterPath": "/opt/conda/bin/python",
@@ -24,7 +25,6 @@
]
}
}
},
}
"postCreateCommand": "bash -i -c 'conda init'"
}