Remove empty placeholder topics

This commit is contained in:
gregvanl 2021-10-07 20:51:06 -04:00
Родитель 1dce87034f
Коммит 1ad5f9f4a5
14 изменённых файлов: 0 добавлений и 123 удалений

Просмотреть файл

@ -1,12 +0,0 @@
---
DateApproved:
MetaDescription:
---
# Extending Core Functionalities
Talk about the core functionalities that extension could plug-in their providers for:
- File System Provider
- Search Provider
- SCM Provider

Просмотреть файл

@ -1,8 +0,0 @@
---
DateApproved:
MetaDescription:
---
# File System Provider
For https://github.com/microsoft/vscode-extension-samples/tree/main/fsprovider-sample and https://github.com/microsoft/vscode-extension-samples/tree/main/nodefs-provider-sample

Просмотреть файл

@ -1,8 +0,0 @@
---
DateApproved:
MetaDescription:
---
# Internationalization
https://github.com/microsoft/vscode-extension-samples/tree/main/i18n-sample

Просмотреть файл

@ -1,8 +0,0 @@
---
DateApproved:
MetaDescription:
---
# Search Provider
Sample to be written.

Просмотреть файл

@ -1,8 +0,0 @@
---
DateApproved:
MetaDescription:
---
# Terminal Guide
https://github.com/microsoft/vscode-extension-samples/tree/main/terminal-sample

Просмотреть файл

@ -1,8 +0,0 @@
---
DateApproved:
MetaDescription:
---
# Multiroot Support
https://github.com/microsoft/vscode/wiki/Extension-Authoring:-Adopting-Multi-Root-Workspace-APIs

Просмотреть файл

@ -1,11 +0,0 @@
---
DateApproved:
MetaDescription:
---
# Smart Editing Guide
This page should:
- Point to a reference topic that lists every language feature that's available.
- Illustrate a sample that uses `vscode.langauges.registerCompletionProvider` API and `vscode.languages.createDiagnosticCollection` API for completion and diagnostics

Просмотреть файл

@ -1,6 +0,0 @@
---
DateApproved:
MetaDescription:
---
# Profiling Extensions

Просмотреть файл

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e011831b24159c7be5675883a379a57b16b4b8ab61d977f6b19120e0bb38fe05
size 89701

Просмотреть файл

@ -1,12 +0,0 @@
---
Order: 3
Area: tutorials
TOCTitle: C++
ContentId: 1862d57e-8670-4b2f-b221-cdd1ffc7c036
PageTitle: Get Started Tutorial for C++ in Visual Studio Code
DateApproved:
MetaDescription: A C++ hello world tutorial using the Microsoft C++ extensions in Visual Studio Code
---
# Getting Started with C++ in VS Code
In this tutorial, you use C++ to create the simplest "Hello World" application in Visual Studio Code. By using the C++ extension, you make VS Code into a great lightweight C++ editor.

Просмотреть файл

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0f785810e5a41d23224d06f6431db441fad031e2fd0453f300d0b8d6ee2e450
size 183419

Просмотреть файл

@ -1,12 +0,0 @@
---
Order:
Area: tutorials
TOCTitle: Java
ContentId: a6abaeae-afb2-4d58-851f-3ca64f6a041f
PageTitle: Get Started Tutorial for Java in Visual Studio Code
DateApproved:
MetaDescription: A Java hello world tutorial using the Java extensions in Visual Studio Code
---
# Getting Started with Java in VS Code
In this tutorial, you use Java to create the simplest "Hello World" application in Visual Studio Code. By using the Java extensions, you make VS Code into a great lightweight Java editor.

Просмотреть файл

@ -1,12 +0,0 @@
---
Order: 4
Area: tutorials
TOCTitle: Node.js
ContentId: cd36bd0e-48a3-4aa9-b0d3-dae15b1e7b26
PageTitle: Get Started Tutorial for Node.js in Visual Studio Code
DateApproved:
MetaDescription: A Node.js hello world tutorial in Visual Studio Code.
---
# Getting Started with Node.js in VS Code
In this tutorial, you use Node.js to create the simplest "Hello World" application in Visual Studio Code.

Просмотреть файл

@ -1,12 +0,0 @@
---
Order: 1
Area: tutorials
TOCTitle: Python
ContentId: 59d1a188-1d81-4bb5-82de-372d114d7103
PageTitle: Get Started Tutorial for Python in Visual Studio Code
DateApproved:
MetaDescription: A Python hello world tutorial using the Python extension in Visual Studio Code (a great Python IDE like PyCharm, if not the best Python IDE)
---
# Getting Started with Python in VS Code
In this tutorial, you use Python 3 to create the simplest Python "Hello World" application in Visual Studio Code. By using the Python extension, you make VS Code into a great lightweight Python IDE (which you may find a productive alternative to PyCharm).