This commit is contained in:
Elijah McMorris 2023-06-19 14:05:30 -07:00
parent 0c2b30f348
commit 1bfbbaa826
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
2 changed files with 3 additions and 4 deletions

View file

@ -45,7 +45,6 @@
"clippy": "cargo clippy --fix --allow-dirty"
},
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root",
"customizations": {
@ -61,9 +60,9 @@
"Gruntfuggly.todo-tree",
"ms-azuretools.vscode-docker",
"redhat.vscode-yaml",
// "GitHub.copilot",
"GitHub.copilot-nightly",
"GitHub.copilot-chat"
// "GitHub.copilot"
]
}
}