Devcontainer support doesn't work for vscode insiders #7110
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone
The devcontainer work to ensure the settings file exists expects a specific path for the
settings.json
, but that path is for VS Code, not VS Code Insiders: https://github.com/dotnet/aspire/blob/main/src/Aspire.Hosting/Devcontainers/DevcontainerSettingsWriter.cs#L14-L15For VS Code Insiders it should look at this path
/home/vscode/.vscode-server-insiders/data/Machine/settings.json
Versions of things:
Workaround
A current workaround is to symlink the VS Code insiders path to the VS Code one and it seems to work
The text was updated successfully, but these errors were encountered: