|
1 | 1 | {
|
2 |
| - "name": "py_trees-310", |
| 2 | + "name": "py_trees-312", |
3 | 3 |
|
4 | 4 | "build": {
|
5 | 5 | "dockerfile": "../../Dockerfile",
|
6 | 6 | "args": {
|
7 |
| - "NAME": "py_trees-310", |
8 |
| - "POETRY_VERSION": "1.3.2", |
9 |
| - "PYTHON_VERSION": "3.10.9", |
| 7 | + "NAME": "py_trees-312", |
| 8 | + "POETRY_VERSION": "1.8.4", |
| 9 | + "PYTHON_VERSION": "3.12.4", |
10 | 10 | "DEBIAN_VERSION": "bullseye"
|
11 |
| - } |
| 11 | + }, |
| 12 | + "context": ".." |
12 | 13 | },
|
13 | 14 | "containerEnv": {
|
14 | 15 | "POETRY_HTTP_BASIC_PYPI_USERNAME": "${localEnv:POETRY_HTTP_BASIC_PYPI_USERNAME}",
|
|
19 | 20 | "vscode": {
|
20 | 21 | "extensions": [
|
21 | 22 | "bierner.github-markdown-preview",
|
| 23 | + "bierner.markdown-preview-github-styles", |
22 | 24 | "bungcip.better-toml",
|
23 |
| - "streetsidesoftware.code-spell-checker", |
24 |
| - "lextudio.restructuredtext", |
| 25 | + "eamodio.gitlens", |
25 | 26 | "ms-python.python",
|
26 |
| - "omnilib.ufmt" |
| 27 | + "omnilib.ufmt", |
| 28 | + "redhat.vscode-yaml", |
| 29 | + "streetsidesoftware.code-spell-checker", |
| 30 | + "tht13.rst-vscode" |
27 | 31 | ]
|
28 | 32 | }
|
29 | 33 | },
|
30 | 34 | "postCreateCommand": "poetry install",
|
31 |
| - "workspaceMount": "source=${localWorkspaceFolder}/../..,target=/workspaces,type=bind", |
32 |
| - "workspaceFolder": "/workspaces" |
33 |
| -} |
| 35 | + // Breaks codespaces |
| 36 | + // "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind", |
| 37 | + // "workspaceFolder": "/workspaces" |
| 38 | + } |
0 commit comments