aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorJPVenson <JPVenson@users.noreply.github.com>2024-01-06 22:35:15 +0200
committerGitHub <noreply@github.com>2024-01-06 13:35:15 -0700
commit5ff7c17daf706250ff6052cfd3de2e946a8e6e00 (patch)
tree0434212652fa8fbd31ad9644365337a4f9ec29e8 /.vscode
parent43b32b0d94d4deef49bbca735dc50447acdb9250 (diff)
Feature/enable gh codespaces (#10324)
* Added BindAll network Manager * Updated docs * Update ApplicationHost.cs resolved merge conflicts * Fixed merge issues * Updated Dev container to dotnet * Update Emby.Server.Implementations/ApplicationHost.cs Co-authored-by: Cody Robibero <cody@robibe.ro> * Updates container to include dependencies * Resolved merge conflicts * Updated container config to automate setup more * Updated readme * Enabled auto loading of extensions * fixed recommended list not parsable * Removed obsolete code * Reverted change to virtualize GetAllBindInterfaces * Updated Readme * Update devcontainer.json --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 59d9452fe..d738e9fba 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -1,13 +1,11 @@
{
- // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
- // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
-
- // List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-dotnettools.csharp",
- "editorconfig.editorconfig"
+ "editorconfig.editorconfig",
+ "GitHub.vscode-github-actions",
+ "ms-dotnettools.vscode-dotnet-runtime",
+ "ms-dotnettools.csdevkit"
],
- // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]