Commit Graph

13525 Commits

Author SHA1 Message Date
isidor 8d6540f92c Revert "If there is only one adapter with an initial configuration automatically pick it to simplify debug setup"
This reverts commit ac0856ef50.
2017-01-10 15:17:00 +01:00
Benjamin Pasero 1bdcec342b coverage reporter throws 2017-01-10 12:57:17 +01:00
Alex Dima b519218af0 Better type listeners in the editor 2017-01-10 12:48:34 +01:00
isidor a58693810c update node-debug and node-debug2 versions 2017-01-10 12:40:24 +01:00
isidor ac0856ef50 If there is only one adapter with an initial configuration automatically pick it to simplify debug setup 2017-01-10 12:40:24 +01:00
isidor 90277fc050 debug: addLaunchConfiguration returns a promise 2017-01-10 12:40:24 +01:00
Benjamin Pasero f8f76af3ae create editor with real config (#18211) 2017-01-10 12:25:42 +01:00
Benjamin Pasero f7e235827d 💄 method visibility 2017-01-10 12:01:09 +01:00
isidor eecfb293f7 workbench: setPanelHidden returns a promise 2017-01-10 11:52:45 +01:00
isidor de712b90d3 workbench: setSideBarHidden returns a promise
fixes #17774
2017-01-10 11:36:59 +01:00
Benjamin Pasero cb041a5da0 perf - improved filemodel#getAll() 2017-01-10 11:27:00 +01:00
Sandeep Somavarapu 322a381fb8 Fix #18032 2017-01-10 11:25:11 +01:00
Sandeep Somavarapu ad397f1176 Implement #14440 and #16666 with tests
- Disable and enable extensions with dependencies
- Check for dependents when disabling an extension
- Tests
2017-01-10 11:13:28 +01:00
Joao Moreno 31997b32c3 Revert "Only apply TS Dot Accept Suggestion if Previous Character is a valid identifier (#18063)"
This reverts commit 41cb5ee5ae.
2017-01-10 10:11:52 +01:00
Joao Moreno 3b35c42992 disable codelens
each one can enable it in the user settings
2017-01-10 10:06:09 +01:00
roblou e5f521d766 Throttle the rate of opening new files when holding down the arrow keys in the search results pane 2017-01-09 21:39:15 -08:00
Matt Bierner db0d72e663 Fixes #18347 2017-01-09 20:19:13 -08:00
Martin Aeschlimann 6d906aef32 documentLinkProvider should return an object (for #17289) 2017-01-09 23:17:29 -04:00
Martin Aeschlimann 5df445b978 Cannot read property 'length' of undefined. Fixes #18293 2017-01-09 22:47:43 -04:00
Martin Aeschlimann d12f865650 [jsx] Automatic HTML indentation and cursor position in JSX. Fixes #18284 2017-01-09 21:47:42 -04:00
Matt Bierner de6c80e882 Merge branch 'generate-line-numbers-in-md-output' 2017-01-09 15:06:07 -08:00
Matt Bierner 7baf789eef Generate Line Number in Markdown Output HTML
Adds basic line number data to the output html of the markdown renderer
2017-01-09 15:04:47 -08:00
Daniel Imms 5f73daec57 Force terminal viewport alignment to top and bottom of panel
Fixes #16532
2017-01-09 11:39:12 -08:00
Matt Bierner 450778c177 Exclude Definition From TS code lens (#18338)
Fixes #18335

Removes the definition itself from the list of references shown in the TS code lens
2017-01-09 11:37:15 -08:00
Matt Bierner 8f109edc18 Enable ts reference code lens for testing 2017-01-09 11:33:38 -08:00
Matt Bierner 1f9800e608 Enable ts reference code lens for testing 2017-01-09 11:01:19 -08:00
Matt Bierner 1e2059c676 Fix nls command title 2017-01-09 10:59:43 -08:00
Matt Bierner 41cb5ee5ae Only apply TS Dot Accept Suggestion if Previous Character is a valid identifier (#18063)
* Only apply TS Dot Accept Suggestion if previous character is a valid identifier char

Fixes #17825
Fixes #17770
Fixes #17584

**Bug**
When typing two or more `.` in a row, we end up unexpectedly accepting suggestions in TS files. This is caused by the custom keybinding that ts registers for `.`.

**Fix**
Only accept the suggestion on `.` if the previous character is a valid identifier character.

* Move title to nls
2017-01-09 10:43:59 -08:00
Daniel Imms 1fafbd089d Implement IShellLaunchConfig.waitOnExit
Part of #15583
2017-01-09 10:31:03 -08:00
Daniel Imms d697b08670 Uplevel xterm.js
This brings in disableStdio option (Part of #15583)
2017-01-09 10:06:16 -08:00
Alex Dima 9f66a7311a Warm up font info cache before creating lots of dom elements 2017-01-09 18:21:05 +01:00
Alex Dima c09fd45484 Extract font info validation code to fontInfo 2017-01-09 18:21:05 +01:00
Alex Dima 17181f3bb6 Extract EditorZoom to its own file 2017-01-09 18:21:05 +01:00
Alex Dima 24767d5c60 Use uint constants instead of introducing new ones 2017-01-09 18:21:05 +01:00
Alex Dima f494ce4bf0 Extract BareFontInfo and FontInfo to a separate file 2017-01-09 18:21:05 +01:00
Benjamin Pasero f9ce2e16fc fix compile errors 2017-01-09 18:13:23 +01:00
Benjamin Pasero 8b5b22fa50 Menu shows "No Configurations" when .vscode folder is on the root of the drive and the root drive is opened in VS Code (fixes #18183) 2017-01-09 18:01:03 +01:00
Benjamin Pasero 545af23c8c fix npe when reading payload of event 2017-01-09 18:01:03 +01:00
Alex Dima 4bbc649bd9 Fixes #17285: error stack is undefined when my extension is activated 2017-01-09 16:47:13 +01:00
Benjamin Pasero 7693e02a87 💄 2017-01-09 16:23:43 +01:00
isidor 57f08aaf9b fixes #18234 2017-01-09 16:03:17 +01:00
Alex Dima 92df22d15e Toggle Render Control Characters writes to user settings (#18210) 2017-01-09 15:19:05 +01:00
Alex Dima a7890e199b Toggle Render Whitespace writes to user settings (#18210) 2017-01-09 15:19:05 +01:00
Alex Dima b70f67c26b Toggle Word Wrap writes to user settings (#18210) 2017-01-09 15:19:05 +01:00
Alex Dima 5f788db54e Move Toggle Word Wrap up to /workbench/ 2017-01-09 15:19:05 +01:00
Johannes Rieken 32ded53ab6 remove unused type 2017-01-09 15:15:57 +01:00
Johannes Rieken 286c74bdc9 restore readonly-ness tests, #12732 2017-01-09 15:15:08 +01:00
Johannes Rieken 7c66baa92f Merge pull request #18251 from Ikuyadeu/re_use_readonly
Re use readonly #12732 #13863
2017-01-09 15:07:13 +01:00
Alex Dima e664ba622d Fixes #18262: interpret languages with empty aliases array as languages that don't want to show up in the picker 2017-01-09 12:32:39 +01:00
Johannes Rieken 32d16d301f debt - use Map for service collection 2017-01-09 12:08:42 +01:00