diff --git a/api/extension-capabilities/extending-core-functionalities.md b/api/extension-capabilities/extending-core-functionalities.md deleted file mode 100644 index 06dc0615c..000000000 --- a/api/extension-capabilities/extending-core-functionalities.md +++ /dev/null @@ -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 diff --git a/api/extension-guides/file-system-provider.md b/api/extension-guides/file-system-provider.md deleted file mode 100644 index 3a7c545cb..000000000 --- a/api/extension-guides/file-system-provider.md +++ /dev/null @@ -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 diff --git a/api/extension-guides/i18n.md b/api/extension-guides/i18n.md deleted file mode 100644 index f9f6e7aea..000000000 --- a/api/extension-guides/i18n.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -DateApproved: -MetaDescription: ---- - -# Internationalization - -https://github.com/microsoft/vscode-extension-samples/tree/main/i18n-sample diff --git a/api/extension-guides/search-provider.md b/api/extension-guides/search-provider.md deleted file mode 100644 index 2aef0678c..000000000 --- a/api/extension-guides/search-provider.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -DateApproved: -MetaDescription: ---- - -# Search Provider - -Sample to be written. diff --git a/api/extension-guides/terminal.md b/api/extension-guides/terminal.md deleted file mode 100644 index 3c0ec5482..000000000 --- a/api/extension-guides/terminal.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -DateApproved: -MetaDescription: ---- - -# Terminal Guide - -https://github.com/microsoft/vscode-extension-samples/tree/main/terminal-sample diff --git a/api/language-extensions/multiroot-support.md b/api/language-extensions/multiroot-support.md deleted file mode 100644 index 01c31020c..000000000 --- a/api/language-extensions/multiroot-support.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -DateApproved: -MetaDescription: ---- - -# Multiroot Support - -https://github.com/microsoft/vscode/wiki/Extension-Authoring:-Adopting-Multi-Root-Workspace-APIs diff --git a/api/language-extensions/smart-editing-guide.md b/api/language-extensions/smart-editing-guide.md deleted file mode 100644 index 4b1813ca3..000000000 --- a/api/language-extensions/smart-editing-guide.md +++ /dev/null @@ -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 diff --git a/api/working-with-extensions/profiling-extension.md b/api/working-with-extensions/profiling-extension.md deleted file mode 100644 index 288d2d0fe..000000000 --- a/api/working-with-extensions/profiling-extension.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -DateApproved: -MetaDescription: ---- - -# Profiling Extensions diff --git a/learn/students/images/wonder-woman-python/wonderwoman.png b/learn/students/images/wonder-woman-python/wonderwoman.png deleted file mode 100644 index 3349fe1df..000000000 --- a/learn/students/images/wonder-woman-python/wonderwoman.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e011831b24159c7be5675883a379a57b16b4b8ab61d977f6b19120e0bb38fe05 -size 89701 diff --git a/learn/tutorials/cpp.md b/learn/tutorials/cpp.md deleted file mode 100644 index f718b2e1c..000000000 --- a/learn/tutorials/cpp.md +++ /dev/null @@ -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. diff --git a/learn/tutorials/images/wonderwoman.png b/learn/tutorials/images/wonderwoman.png deleted file mode 100644 index 7495c1b67..000000000 --- a/learn/tutorials/images/wonderwoman.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0f785810e5a41d23224d06f6431db441fad031e2fd0453f300d0b8d6ee2e450 -size 183419 diff --git a/learn/tutorials/java.md b/learn/tutorials/java.md deleted file mode 100644 index 58b485ebb..000000000 --- a/learn/tutorials/java.md +++ /dev/null @@ -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. diff --git a/learn/tutorials/nodejs.md b/learn/tutorials/nodejs.md deleted file mode 100644 index d37f0be2e..000000000 --- a/learn/tutorials/nodejs.md +++ /dev/null @@ -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. diff --git a/learn/tutorials/python.md b/learn/tutorials/python.md deleted file mode 100644 index c52d1dba4..000000000 --- a/learn/tutorials/python.md +++ /dev/null @@ -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).