Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"version": "1.0.8",
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:e7dc4d37ab9e3d6e7ebb221bac741f5bfe07dae47025399d038b17af2ed8ddb7",
"integrity": "sha256:e7dc4d37ab9e3d6e7ebb221bac741f5bfe07dae47025399d038b17af2ed8ddb7"
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.1.3",
"resolved": "ghcr.io/devcontainers/features/rust@sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb",
"integrity": "sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb"
}
}
}
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "Code - OSS",
"remoteUser": "node",
"updateRemoteUserUID": true,
"build": {
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {},
"ghcr.io/devcontainers/features/rust:1": {}
"ghcr.io/devcontainers/features/desktop-lite:1": {}
},
Comment on lines 1 to 10

Copilot AI Feb 19, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 4 uses spaces while the surrounding file uses tabs, which can cause noisy diffs and fail formatting/lint checks in repos that enforce consistent indentation. Reformat the new property to match the file’s existing indentation style.

Copilot uses AI. Check for mistakes.
"containerEnv": {
"DISPLAY": "" // Allow the Dev Containers extension to set DISPLAY, post-create.sh will add it back in ~/.bashrc and ~/.zshrc if not set.
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ runtime="electron"
build_from_source="true"
legacy-peer-deps="true"
timeout=180000
node_gyp_cflags=-std=c++20

Copilot AI Feb 19, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

node_gyp_cflags is not a standard npm/node-gyp config key, so this is unlikely to have any effect on native module builds. Consider using standard knobs such as cflags/cxxflags in .npmrc (which npm passes through as npm_config_cflags/npm_config_cxxflags) or setting CXXFLAGS in the relevant build environment instead, ideally scoped to only the dependency(ies) that require C++20.

Suggested change
node_gyp_cflags=-std=c++20
cxxflags=-std=c++20

Copilot uses AI. Check for mistakes.
2 changes: 0 additions & 2 deletions extensions/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions extensions/bat/.vscodeignore

This file was deleted.

17 changes: 0 additions & 17 deletions extensions/bat/cgmanifest.json

This file was deleted.

29 changes: 0 additions & 29 deletions extensions/bat/language-configuration.json

This file was deleted.

48 changes: 0 additions & 48 deletions extensions/bat/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions extensions/bat/package.nls.json

This file was deleted.

16 changes: 0 additions & 16 deletions extensions/bat/snippets/batchfile.code-snippets

This file was deleted.

Loading