diff options
author | Andrea Censi <AndreaCensi@users.noreply.github.com> | 2023-10-26 16:48:44 +0200 |
---|---|---|
committer | Andrea Censi <AndreaCensi@users.noreply.github.com> | 2023-10-26 16:48:44 +0200 |
commit | 636bb42728d3997039524657bc5ead5c27ab6a2e (patch) | |
tree | 1dae32ab576b713ae5acfaa94a12de3da63c8889 /.devcontainer | |
parent | misc (diff) | |
download | act4e-636bb42728d3997039524657bc5ead5c27ab6a2e.tar.gz act4e-636bb42728d3997039524657bc5ead5c27ab6a2e.zip |
misc
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 70c3683..0754889 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,7 +34,7 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ "ms-python.python", - "tht13.html-preview-vscode", + "tht13.html-preview-vscode" // "ms-python.vscode-pylance" ], |