| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Description
This plan captures our work in November. This is a 5-week iteration. We will ship our November Update in early December.
Last month we focussed on getting our issue database back in shape and we made great progress. As this included bug fixing and debt work, unlike in other months, we'll start with feature work right away and skip our typical debt week. Unsurprisingly, November is densely packed with feature work all across VS Code. It stretched from addressing paper cuts all the way to big-rock items such as settings sync and more flexible workbench layout. You also see a new Web section. With the public availability of Visual Studio Online you can now use VS Code also in the browser and we'll surface any related future work on our iteration plans.
Endgame
- December 2nd, 2019: Endgame begins
- December 6th, 2019: Endgame done
The endgame details for this iteration are tracked in #85959.
Plan Items
Below is a summary of the top level plan items.
Legend of annotations:
| Mark | Description |
|---|---|
| π | work in progress |
| β | blocked task |
| πͺ | stretch goal for this iteration |
| π΄ | missing issue reference |
| π΅ | more investigation required to remove uncertainty |
| β« | under discussion within the team |
UX
- π Create a design toolkit for extension authors Create a design toolkit for extension authorsΒ #83952 @misolori
- πͺ Identify design inconsistencies with UI + JSON experiences Identify design inconsistencies with UI + JSON expriencesΒ #84309 @misolori
Workbench
- π Support for custom editors Custom webview editor APIΒ #77131 @mjbvz @jrieken @bpasero
- Compressed tree support in the explorer (merging sequences of single child directories in the Explorer) Explorer: Support compact folder renderingΒ #41627 @joaomoreno
- π Settings sync support (settings, extensions, key bindings, snippets) Provide support to synchronize settings across machines Β #2743 @sandy081
- π Provide login support for settings sync Provide login support for settings syncΒ #84332 @RMacfarlane
- Use icon fonts for product icons Use icon fonts for product iconsΒ #78889 @misolori @bpasero
- Show SCM decorations in the minimap Minimap: Render git status decorationsΒ #20934 @RMacfarlane
- Support search as you type across files Auto search - option to search while typingΒ #46326 @JacksonKearl
- Support auto-expanding all search results in the search viewlet Search: Option to expand all results by defaultΒ #83917 @JacksonKearl
- Copy search results in a search-results editor Display search results in a tab instead of the side barΒ #23931 @JacksonKearl
- Filter by type in problems view Buttons to hide errors and/or warnings and/or infos in Problems Panel - like in browsers devTools consoleΒ #47354 @sandy081
- Show problems only for current active file - Show problems only for currently active fileΒ #30038 @sandy081
- Show current error in status bar - Show current error in status barΒ #20183 @sandy081
- Improve trusted domain support for url shorteners Allow more specific trusted domains ruleΒ #83731 @octref
- π Allow to move sidebar views to the panel and vice versa Enable Views to move between sidebar and panel (Part 1)Β #85164 @sbatten
- Polish custom dialogs with long contents (such as the open url confirmation) @sbatten
- Explore how to improve existing notebook implementations Notebook implementations analysis and explorationΒ #84293 @rebornix
Editor
- π Semantic coloring - VS Code Language API and implementation Tokenization overhaulΒ #77140 @alexandrudima
- π Semantic coloring - Syntax tokens and theming [themes] Explore theming support for semantic colorsΒ #77133 @aeschli
- Improve the editor release process with automated builds and tests monaco-editor#1668 @rebornix
Terminal
- Experimental WebGL renderer WebGL Terminal RendererΒ #84949 @Tyriar
Languages
- Finish Call Hierarchy navigation and align it with the find all references support Call hierarchy viewletΒ #83419, Add call hierarchy APIs commandΒ #83274 @jrieken
- Review and polish existing code navigation gestures, Polish existing code navigation gesturesΒ #83752 @jrieken
- Run reference search when running go-to-symbol command on target, Feature Request: open Peek References when Ctrl-click is on the symbol in its declarationΒ #73081 @jrieken
- Show keybindings in
Refactormenu Show keybindings in refactor menuΒ #84101 @mjbvz - π Explore how extensions can announce all refactorings they support Code actions contribution pointΒ #82718 @mjbvz
LSP / LSIF
- Finalize LSP spec version 3.15 @dbaeumer
- Support Call Hierarchy navigation Call HierarchyΒ language-server-protocol#468 @dbaeumer
CSS/HTML/JSON
- Improve performance of emmet in large
htmlfiles Tab key is extremely slow on medium-large files when emmet.triggerExpansionOnTab is enabledΒ #71996 @octref - Explore Saas variable completion across files [scss] instellisense doesn't work when importing variables from separate fileΒ #6734 @octref
- Improve ranking of
cssproperties based on statistics likechromestatus.com[css] Order suggested CSS properties based on usage not alphabetically Β #3145 @octref - Improve performance of auto-rename tag (core or extension contribution) [html] provide (auto) rename of tagsΒ #47069 @octref
- π Publish blog post about our custom data support Write a blog post for Custom DataΒ #83928 @octref
- Support SCSS Modules SASS Modules (@forward and @use)Β #81943 @octref
TypeScript/JavaScript
- Adopt TS v3.7 Bundle TypeScript 3.7Β #83935 @mjbvz
Debug
- Investigate into using language service support for scope resolution Investigate into using language service support for scope resolutionΒ #84044 @weinand
- Improve initial debug / run experience Improve initial debug / run experienceΒ #84677 @isidorn @weinand
- Debug console - Improve presentation of input/output Clearer indication of what is input and what is output in debug consoleΒ #37363 @isidorn
- Improve discoverability of 'Restart Frame' Improve discoverability of 'Restart Frame'Β #84045 @isidorn
- π Improve support for PWAs Master work tracking issueΒ vscode-js-debug#56 @connor4312 @roblourens
SCM
- π Explore File History view API support for Timeline viewΒ #84297 @eamodio
- π Investigate a more organic integration between GitLens with the core SCM Investigate a more organic integration between GitLens with the core SCMΒ #84300 @eamodio
- Adopt FileSystemProvider API: Adopt FileSystemProvider for GitΒ #55110 @joaomoreno
Extensions
- Support extensions that can run locally and remotely (multiple extension kinds) Have extensionKind: "ui" only run in the uiΒ #85036 @sandy081 @alexandrudima
- Adopt new extension kind type in extensions (built in and published) Adopt extension kind for those extensions defined as ui extensionsΒ #85819 team
API
- API finalization: query
- API proposals: query
- Closer engagement with the VS Code extension authors
- Make it easier for extension authors to follow our API workflow Make it easier for extension authors to follow our extension API workflow (from proposal through finalization)Β #84507 @eamodio @jrieken
- π Explore closer feedback loop with extension authors Explore closer feedback loop with extension authorsΒ #84506 @eamodio
Extension Contributions
- Improvements to the Remote extensions (see plan here) team
- ESLint - Improve TypeScript integration and support #802 @dbaeumer
- ESLint - Improve support for mono repositories Improve extension in a Multi repository setup with Lerna.Β vscode-eslint#745 @dbaeumer
- ESLint - Improve Auto fix support 'Fix all auto-fixable problems' doesn't fix as many issues as possibleΒ vscode-eslint#154 @dbaeumer
Web
- Improve support for Firefox and Safari @bpasero @rebornix
- Improve support for mobile @rebornix
- Support running VS Code Web out of sources aka
yarn web@bpasero - Enrich
yarn webby adding mock search provider, mock problems provider, custom task running, ... @bpasero - Provide hosted version of
yarn webfor issue validation Provide hosted version of yarn web for issue validationΒ #84485 @bpasero - Enrich
yarn webby adding debug support @weinand
Engineering
- π Notarization of VS Code builds for OS X/Catalina Investigate: macOS notarizationΒ #74782 @bpasero @joaomoreno
- Automatic signing of RPM packages Automate rpm signingΒ #78727 @Tyriar
- Explore upgrade to electron 7 chore: Upgrade to electron 7.xΒ #83796 @deepak1556
- Identify the work required to use chrome process architecture Experiment with upcoming default electron process model app.allowRendererProcessReuseΒ #79138 @deepak1556
- Adopt
strictPropertyInitializationEnablestrictPropertyInitializationΒ #78168 team - π Adopt
enableStrictFunctionTypesenable strictFunctionTypes in VS Code codebaseΒ #81574 team - π Implement revised issue triaging workflow Implement revised issues triaging flowΒ #83125 @kieferrm @chrmarti
- Improve build resubmission perf Build: Improve build retrigger perf by using cache.dryRunΒ #85107 @joaomoreno
Planning
- π Develop and publish the 2020 roadmap Develop and publish 2020 roadmapΒ #84015 @egamma @kieferrm @chrisdias
- π Collaborate with TS on their 2020 roadmap Collaborate with TypeScript on 2020 roadmapΒ #84102 @mjbvz
Deferred Items
- π Increase automation for upgrading to newer Electron versions Automate electron upgradesΒ #77159 @deepak1556
- π Convert native modules to NAPI Convert native module dependencies to N-APIΒ #79137 @deepak1556
- β Git: Adopt editor in SCM input: Git: Adopt editor in SCM inputΒ #84831 @joaomoreno
- πͺ Setting sync support in the default Settings editor Settings sync for settings GUIΒ #84431 @roblourens
- πͺ Support for custom views with WebView contents Support WebViews in extension contributed custom viewsΒ #83911 @alexr00
- Add LSIF to the LSP portal @dbaeumer
- πͺ Support semantic coloring in the spec LSP #18 @dbaeumer
- πͺ Support semantic coloring in the LSP libraries LSP Libs #368 @dbaeumer
- Productize the TypeScript LSIF indexer issues @dbaeumer
- π Allow attaching/detaching from the debug targetsΒ Allow attaching/detaching from the debug targetsΒ #79314 @weinand
- Debug console - Support for log grouping Improve console.group in Debug ConsoleΒ #34981 @isidorn
- πͺ Debug console - Support to find text Debug Console should support findΒ #4338 @isidorn