-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b28662
commit f43c800
Showing
4 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
{ | ||
"image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", | ||
"features": { | ||
"ghcr.io/devcontainers/features/dotnet:1": { | ||
"version": "6" | ||
} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"eamodio.gitlens", | ||
"editorconfig.editorconfig", | ||
"streetsidesoftware.code-spell-checker" | ||
] | ||
} | ||
}, | ||
"remoteEnv": { | ||
"DOTNET_NOLOGO": "1", | ||
"image": "mcr.microsoft.com/devcontainers/javascript-node:20-bookworm", | ||
"features": { | ||
"ghcr.io/devcontainers/features/dotnet:2": { | ||
"version": "6.0" | ||
} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"eamodio.gitlens", | ||
"editorconfig.editorconfig", | ||
"streetsidesoftware.code-spell-checker" | ||
] | ||
} | ||
}, | ||
"remoteEnv": { | ||
"DOTNET_NOLOGO": "1", | ||
|
||
// https://github.com/microsoft/powerplatform-vscode/issues/139 | ||
"DOTNET_ROLL_FORWARD": "Major" | ||
}, | ||
"mounts": [ | ||
// Mount a volume for the node_modules, it improves performance significantly | ||
"source=${localWorkspaceFolderBasename}-node_modules,target=${containerWorkspaceFolder}/control/node_modules,type=volume" | ||
], | ||
"forwardPorts": [ 8181 ], | ||
"postCreateCommand": "sudo chown -R $USER:$USER ./ && dotnet restore" | ||
// https://github.com/microsoft/powerplatform-vscode/issues/139 | ||
"DOTNET_ROLL_FORWARD": "Major" | ||
}, | ||
"mounts": [ | ||
// Mount a volume for the node_modules, it improves performance significantly | ||
"source=${localWorkspaceFolderBasename}-node_modules,target=${containerWorkspaceFolder}/control/node_modules,type=volume" | ||
], | ||
"forwardPorts": [8181] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.1.9" /> | ||
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.1.10" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters