File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 909909 "naumovs.color-highlight" : {
910910 "repository" : " https://github.com/egonyans/vscode-ext-color-highlight"
911911 },
912+ "neikeq.godot-csharp-vscode" : {
913+ "repository" : " https://github.com/godotengine/godot-csharp-vscode" ,
914+ "timeout" : 10 ,
915+ "custom" : [
916+ " [ $VERSION = '0.2.1' ] && npm install --save-dev webpack@5.70.0 webpack-cli@4.9.2 || true" ,
917+ " echo 'apt-get update -y' > /tmp/build-godot.sh" ,
918+ " echo 'apt-get install -y apt-transport-https dirmngr gnupg ca-certificates' >> /tmp/build-godot.sh" ,
919+ " echo 'apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF' >> /tmp/build-godot.sh" ,
920+ " echo \" echo 'deb https://download.mono-project.com/repo/debian stable-buster main' | tee /etc/apt/sources.list.d/mono-official-stable.list\" >> /tmp/build-godot.sh" ,
921+ " echo 'apt-get update -y && apt-get install -y mono-devel' >> /tmp/build-godot.sh" ,
922+ " echo \" usermod -u $(id -u) node\" >> /tmp/build-godot.sh" ,
923+ " echo 'su -c \" npm install\" node' >> /tmp/build-godot.sh" ,
924+ " echo 'su -c \" npm remove --no-save make\" node' >> /tmp/build-godot.sh" ,
925+ " echo 'su -c \" npx --package vsce vsce package -o extension.vsix\" node' >> /tmp/build-godot.sh" ,
926+ " cat /tmp/build-godot.sh | docker run -i -v $(pwd):/workspace -w /workspace node:lts bash"
927+ ]
928+ },
912929 "neilbrayfield.php-docblocker" : {
913930 "repository" : " https://github.com/neild3r/vscode-php-docblocker"
914931 },
You can’t perform that action at this time.
0 commit comments