issues
search
godotengine
/
godot-csharp-vscode
Debugger and utilities for working with Godot C# projects in VSCode
https://marketplace.visualstudio.com/items?itemName=neikeq.godot-csharp-vscode
MIT License
145
stars
27
forks
source link
Use local `webpack` and restore C# projects
#27
Closed
raulsntos
closed
3 years ago
raulsntos
commented
3 years ago
Use the locally installed
webpack
dependency. This way the
webpack
dependency doesn't need to be installed globally and added to the PATH.
Adds
/restore
to the
msbuild
command to run the Restore target when building the C# project.
neikeq
commented
3 years ago
Thanks!
webpack
dependency. This way thewebpack
dependency doesn't need to be installed globally and added to the PATH./restore
to themsbuild
command to run the Restore target when building the C# project.