You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This VS Code plugin gives very basic support for the Phel Language. Currently only syntax highlighting is supported.
Install
This plugin is currentlynot installable via the VS Code marketplace. To install the plugin you must manually copy or link the code of this plugin to the extension directory. Depending on your platform, the location is in the following folder:
Windows%USERPROFILE%\.vscode\extensions
macOS~/.vscode/extensions
Linux~/.vscode/extensions
Example installation on Linux:
cd ~git clone https://github.com/phel-lang/phel-vs-code-extension.gitcd ~/.vscode/extensionsln -s ~/phel-vs-code-extension phel-lang
Restart VS Code.
Example installation on Windows using PowerShell:
Open PowerShell as an administrator, then run the following: