update installation instructions in readme
This commit is contained in:
@@ -78,7 +78,7 @@ To make the extension available in your VS Code without packaging it as a VSIX:
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
# PowerShell
|
# PowerShell
|
||||||
New-Item -ItemType Junction -Path "$env:USERPROFILE\.vscode\extensions\eftl-language" -Value "D:\__Git\vscode-eftl-language"
|
New-Item -ItemType Junction -Path "$env:USERPROFILE\.vscode\extensions\eftl-language" -Value "$(pwd)"
|
||||||
```
|
```
|
||||||
|
|
||||||
*Note: Replace the value path with the actual absolute path to your project folder if it differs.*
|
*Note: Replace the value path with the actual absolute path to your project folder if it differs.*
|
||||||
|
|||||||
Reference in New Issue
Block a user