We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73beed4 commit d876dc0Copy full SHA for d876dc0
.devcontainer/devcontainer.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "RSXML Python",
3
+ "image": "mcr.microsoft.com/devcontainers/python:3.12",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/common-utils:2": {
6
+ "installZsh": "true",
7
+ "configureZshAsDefaultShell": "true",
8
+ "installOhMyZsh": "true",
9
+ "upgradePackages": "false"
10
+ }
11
+ },
12
+ "customizations": {
13
+ "vscode": {
14
+ "extensions": [
15
+ "ms-python.python",
16
+ "ms-python.vscode-pylance",
17
+ "charliermarsh.ruff",
18
+ "tamasfe.even-better-toml"
19
+ ]
20
21
22
+ "postCreateCommand": "pip install uv && uv pip install --system -e .[dev]"
23
+}
RSXML-RiverscapesXML.code-workspace RSXML-Python.code-workspaceRSXML-RiverscapesXML.code-workspace renamed to RSXML-Python.code-workspace
0 commit comments