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 plan captures the migration. We plan to publish a minimal version by the end of October iteration, and continue to improve it in the following months.
Iconography
🌟 Nice-to-have items. These items would make the whole extensibility doc more complete, but are not necessary for publishing.
Each item links to its corresponding markdown files. Each file has some writing instructions. Work on that file, push changes to ext-docs branch and check the results on https://vscode-ext-docs.azurewebsites.net.
Links: Link to end points on the preview site. We'll do a find-replace for the domain name before publishing.
Image/Gif: They follow the same folder convention as other parts of the website.
If you have /foo/bar/topic.md
Create a folder /foo/bar/images/topic/, and put images in it
In the MD file, link the file with ![](images/topic/<my-image>.png)
Finally, remove the old documents/images. Endpoints to them will be redirected.
Write and Review key topics
Each topic has two assignees, for example A / B. A writes the doc and B reviews it.
This part tracks the writing. Reviewing assignment will be created as testplan items.
The groundwork that has been done so far looks extremely promising. I think it will be great to have a more in-depth look at the API for existing devs as well as being welcoming to new devs.
Glad to see the work being done with this @octref!
Following microsoft/vscode#58226 and internal discussions, we decided to move the existing extension docs (
Extension Authoring
&Extensibility Reference
) from/docs
to its own place,/api
. You can preview it at https://vscode-ext-docs.azurewebsites.net/api.This plan captures the migration. We plan to publish a minimal version by the end of October iteration, and continue to improve it in the following months.
Iconography
Working On The Items
ext-docs
branch of vscode-docsext-docs
branch and publish it to https://vscode-ext-docs.azurewebsites.net/ for previewext-docs
branch and check the results on https://vscode-ext-docs.azurewebsites.net./foo/bar/topic.md
/foo/bar/images/topic/
, and put images in it![](images/topic/<my-image>.png)
Write and Review key topics
Each topic has two assignees, for example A / B. A writes the doc and B reviews it.This part tracks the writing. Reviewing assignment will be created as testplan items.
Hello Code
@auchenberg @octref
Hello Code is the HelloWorld sample in VS Code API land. This example is a cornerstone in the new API doc. It should:
vscode
NPM module,vsce
for packaging and publishing,yo code
for scaffolding.Hello World
section existing docs from Hello World, Word Count, Developing / Testing / Publishing and make them a coherent piece 📄 @octref @auchenberghellocode-sample
at https://github.com/Microsoft/vscode-extension-samples @octrefExtension Guides
Each assignee should:
References
@octref will do the moving.
Language Extensions
Language Extension Guidelines
📄 @octrefThemes, Snippets and Colorizers
intoSyntax Highlighting
(📄) andSnippets
(📄) topics @octref (moving) / @jrieken (reviewing)Language Server Example
📄 and 📄 @octrefThe text was updated successfully, but these errors were encountered: