From 6be9fbba36a44623f748fd1d3d30031b758a0c67 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:04:53 -0700 Subject: [PATCH] Update and rename LINEMAGE_VSCODE_GUIDE.txt to LINEMAGE_VSCODE_GUIDE.md --- ...CODE_GUIDE.txt => LINEMAGE_VSCODE_GUIDE.md | 30 ------------------- 1 file changed, 30 deletions(-) rename LINEMAGE_VSCODE_GUIDE.txt => LINEMAGE_VSCODE_GUIDE.md (87%) diff --git a/LINEMAGE_VSCODE_GUIDE.txt b/LINEMAGE_VSCODE_GUIDE.md similarity index 87% rename from LINEMAGE_VSCODE_GUIDE.txt rename to LINEMAGE_VSCODE_GUIDE.md index e2988f86..2fad8fc6 100644 --- a/LINEMAGE_VSCODE_GUIDE.txt +++ b/LINEMAGE_VSCODE_GUIDE.md @@ -1,33 +1,3 @@ -https://github.com/microsoft/vscode/wiki/How-to-Contribute - -## Initializing - -yarn - -## Testing - -ctrl + shift + B - -./scripts/code.sh - -Tip! Use ctrl + shift + P and run "Reload Window" to see changes without restarting the build. - - - -## Bundling - -yarn gulp vscode-win32-x64 - -Full options: - -vscode-{win32-ia32 | win32-x64 | darwin-x64 | darwin-arm64 | linux-ia32 | linux-x64 | linux-arm}(-min) - - - - - - -