Skip to content

Commit 55884aa

Browse files
committed
Remove neikeq.godot-csharp-vscode
Because of #565 (comment)
1 parent 1fd822c commit 55884aa

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

extensions.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -909,23 +909,6 @@
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-
},
929912
"neilbrayfield.php-docblocker": {
930913
"repository": "https://github.com/neild3r/vscode-php-docblocker"
931914
},

0 commit comments

Comments
 (0)