-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: setup basic tutorial structure
- Loading branch information
Showing
7 changed files
with
43 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _tutorial: | ||
|
||
Tutorial | ||
======== | ||
|
||
Here we have a tutorial | ||
|
||
.. toctree:: | ||
:glob: | ||
:maxdepth: 1 | ||
|
||
tutorial/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Project Setup | ||
============= | ||
|
||
By the end of this stage you will have everything you need setup in order to follow the rest of this tutorial, including a simple "Hello, World" language server. | ||
|
||
**Required Software** | ||
|
||
Before continuing with the setup you need following software installed: | ||
|
||
* `Visual Studio Code <https://code.visualstudio.com/>`__ | ||
* `Python 3.8+ <https://www.python.org/downloads/>`__ | ||
* `Node JS 18+ <https://nodejs.org/en>`__ | ||
* `Git <https://git-scm.com/>`__ | ||
|
||
Your First Language Server | ||
-------------------------- |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Next Steps | ||
========== | ||
|
||
If you decide you want to publish your language server on the VSCode marketplace this | ||
`template extension <https://github.com/microsoft/vscode-python-tools-extension-template>`__ | ||
from Microsoft a useful starting point. |
File renamed without changes.