From 2d229a0c5bbd7d5f1cc49201ffbdec7d705357c2 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Tue, 23 Aug 2016 10:49:46 +0200 Subject: [PATCH] Created Feature Areas (markdown) --- Feature-Areas.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Feature-Areas.md diff --git a/Feature-Areas.md b/Feature-Areas.md new file mode 100644 index 0000000..7dce036 --- /dev/null +++ b/Feature-Areas.md @@ -0,0 +1,32 @@ +The issues in the `vscode` repository are categorized using labels into the following feature areas. + +The feature area labels have a dark blue label. + +In addition there can be feature sub areas which are colored light blue. + +## Feature Area +|Label|Description| +|---|---| +|api|vscode extension API| +|vscode-build|vscode build system| +|languages-basic|languages with only coloring support| +|css-less-sass|support for CSS, LESS, SASS| +|html|HTML support| +|js|JavaScript support| +|json|JSON support| +|markdown|markdown support| +|php|PHP support| +|typescript|TypeScript support| +|workbench|overall workbench UI| +|debug|debugging, launching support| +|search|full text search support| +|editor|vscode editor support| +|task|task support| +|error-list|the error list| +|extensions|extension support, viewlet, details, install search| +|themes|theming support| +|explorer-files|explorer and general file management| +|git|git support| +|install-update|install and update of vscode| +|integrated-terminal|integrated terminal panel| +|telemetry|telemetry support| \ No newline at end of file