Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use code markup for <user home> in quickstarts #61

Merged
merged 2 commits into from Jan 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -39,5 +39,5 @@ and this useful [blog post](http://www.apeth.com/nonblog/stories/textmatebundle.
* `guide`: Color of the indentation guides which indicate nesting levels.

## Install your extension
* To start using your extension with Visual Studio Code copy it into the <user home>/.vscode/extensions folder and restart Code.
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
Expand Up @@ -23,5 +23,5 @@ comments and brackets.
https://code.visualstudio.com/docs

## Install your extension
* To start using your extension with Visual Studio Code copy it into the <user home>/.vscode/extensions folder and restart Code.
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
Expand Up @@ -4,7 +4,7 @@
* This folder contains all of the files necessary for your extension
* `package.json` - this is the manifest file that defines the location of the snippet file
and specifies the language of the snippets
* `snippets/snippets.json` - the file containing all snippets
* `snippets/snippets.json` - the file containing all snippets

## Get up and running straight away
* press `F5` to open a new window with your extension loaded
Expand All @@ -16,5 +16,5 @@ and specifies the language of the snippets
* you can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load your changes

## Install your extension
* To start using your extension with Visual Studio Code copy it into the <user home>/.vscode/extensions folder and restart Code.
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.