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) - - - - - - -