x65/vscode
Carl-Henrik Skårstedt efc63864ee Also cleaning up previous install for Visual Studio Code extension 2017-04-15 20:51:09 -07:00
..
CHANGELOG.md Changing theme from XML to JSON, adding Windows installer 2017-04-15 13:34:16 -07:00
README.md Changing theme from XML to JSON, adding Windows installer 2017-04-15 13:34:16 -07:00
example.png Image fix 2017-01-28 17:05:35 -08:00
install.bat Also cleaning up previous install for Visual Studio Code extension 2017-04-15 20:51:09 -07:00
package.json Changing theme from XML to JSON, adding Windows installer 2017-04-15 13:34:16 -07:00
x65.configuration.json Visual Studio Code colorizing extension, Error includes line number of undefined label reference 2017-01-28 13:29:42 -08:00
x65.png Visual Studio Code colorizing extension, Error includes line number of undefined label reference 2017-01-28 13:29:42 -08:00
x65.tmLanguage.json Changing theme from XML to JSON, adding Windows installer 2017-04-15 13:34:16 -07:00
x65.tmTheme.json Changing theme from XML to JSON, adding Windows installer 2017-04-15 13:34:16 -07:00

README.md

x65 - Visual Studio Code Text Package

Visual Studio Code 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

In order to "side load" this extension into visual studio code follow these steps

Windows:

  1. Make sure Visual Studio Code is installed
  2. Run vscode\install.bat

Mac / Linux:

  1. Install Visual Studio Code unless already Installed
  2. Go to the visual studio code extension folder
  • Mac ~/.vscode/extensions
  • Linux ~/.vscode/extensions
  1. Create a folder named x65
  2. Copy the contents of this folder
  3. 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