mirror of
https://github.com/ksherlock/x65.git
synced 2025-01-04 20:29:18 +00:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
# x65 - Visual Studio Code Text Package
|
|
|
|
[Visual Studio Code](http://code.visualstudio.com/) is a funny little simple text editor with surprising extensibility. This little editor has matured and it's worth exploring.
|
|
|
|
As I don't like the marketplaceification of seemingly simple tools I'm not putting this on the visual studio coded marketplace, but if anyone wants to do that I don't mind.
|
|
|
|
![Visual studio code screenshot](example.png)
|
|
|
|
In order to "side load" this extension into visual studio code follow these steps
|
|
|
|
1. Install Visual Studio Code unless already Installed
|
|
2. Go to the visual studio code extension folder
|
|
* Windows %USERPROFILE%\.vscode\extensions
|
|
* Mac ~/.vscode/extensions
|
|
* Linux ~/.vscode/extensions
|
|
3. Create a folder named x65
|
|
4. Copy the contents of this folder
|
|
5. Start Visual Studio code, change your theme to x65 which is pretty much required to read x65 the "language"
|
|
|
|
For more information about Visual Studio Code extensions: https://code.visualstudio.com/Docs/extensions/install-extension |