Commit Graph
40936 Commits
Author SHA1 Message Date
Benjamin Pasero db6ebe93f8 remove now obsolete code 2018-10-11 12:56:54 +02:00
isidor 812b241290 debug: on restart, make sure to first disconnect and only then run the prelaunch tasks
fixes #60593
2018-10-11 12:04:14 +02:00
Alex Dima ae2f5e1c92 Add more files to be strict-null checked (#60565) 2018-10-11 10:59:45 +02:00
Christof Marti 56df542840 Revert to previous check (fixes #60243) 2018-10-11 10:37:28 +02:00
Christof Marti 0b306d17d5 Revert "removeFromRecentlyOpened Command Broken. Fixes #58131"
This reverts commit 0c0d368eb3.
2018-10-11 10:37:28 +02:00
Alex Dima 98a67aea25 Reduce usage of WinJS.Promise (#53526) 2018-10-11 08:46:45 +02:00
Matt Bierner f151c46b17 Fix test 🦇 2018-10-10 19:05:24 -07:00
Matt Bierner 2d4b7cb12e Move strict null checks from precomit to test
These checks are now taking a few seconds to run. This will continue to slow down as we null check more files. Moving them to the test scripts as pretest checks instead
2018-10-10 18:35:03 -07:00
Matt Bierner a2738f73e5 Auto adding eligible files to strict nullchecks
Uses scripts from https://github.com/mjbvz/vscode-strict-null-check-migration-tools
2018-10-10 18:24:02 -07:00
Matt Bierner 7beb02d31e Add more files in common to strict null checks 2018-10-10 16:39:05 -07:00
Matt Bierner 77de533b5d Strict null check a few more files 2018-10-10 16:39:05 -07:00
Daniel Imms ab2fbe9554 sendSequence should skip shell
Fixes #60524
2018-10-10 16:05:07 -07:00
Matt Bierner 517469041f Add strict null checks scripts to precommit and to tfs builds 2018-10-10 15:42:29 -07:00
Matt Bierner c1d0930765 Opt a few more files into strict null checks 2018-10-10 15:14:28 -07:00
Matt Bierner 242c63854d Remove include and exclude from base tsconfig
These properties are not inherited
2018-10-10 15:02:20 -07:00
Matt Bierner 104275cb9f Add tsconfig.strictNullChecks.json
Part of #60565

Adds a new `tsconfig.strictNullChecks.json` project that does not emit anything and is only used for enabling strict null checks on a subset of the vscode codebase.

Opt `iterator.ts` into strict null checking.

Fix our build scripts to properly handle `extends`
2018-10-10 14:55:06 -07:00
Daniel Imms 7e742e1f31 vscode-xterm@3.9.0-beta6
Fixes #59379
2018-10-10 14:41:53 -07:00
Alex Dima 17d674aadf Reduce usage of WinJS Promise (#53526) 2018-10-10 22:48:12 +02:00
Rob Lourens d3d3236565 Fix #60455 - handle canceled local search before remote search 2018-10-10 11:59:57 -07:00
Rob Lourens 6eb6654d74 Fix #60456 - null check 2018-10-10 11:59:57 -07:00
Rob Lourens 75adca78ca Fix #60460 - null check uninitialized range on SettingsGroup 2018-10-10 11:59:57 -07:00
Rob Lourens f62b9a3194 Fix #60451 - null check 2018-10-10 11:59:57 -07:00
Alex Dima 25f3e00705 Fixes #60318 2018-10-10 20:47:09 +02:00
SteVen Batten 0f02aa065e Revert "add select all role for macOS"
This reverts commit bab47f0ffd.
2018-10-10 10:17:49 -07:00
Benjamin Pasero bc4de3dfc3 💄 2018-10-10 18:04:39 +02:00
isidor d3377b0d39 debug: send out name with setVariable request
fixes #60444
2018-10-10 11:58:09 +02:00
isidor c54c137acd fixes #60448 2018-10-10 11:45:45 +02:00
Joao Moreno 0bbe8e28c4 update minimatch 2018-10-10 11:43:44 +02:00
Joao Moreno febf978c28 cache panel body size
fixes #60018
2018-10-10 11:28:19 +02:00
Alex Dima d729e50521 Fix standalone editor gulp scripts.
Tree Shaking:
- do not proceed with tree shaking when there are compilation errors
- load .d.ts files in the language service
- adopt TS 3.1.1 in symbol resolution
- use the real tsconfig.json / with "node" resolution

Bundling:
- fix issue where files were being looked for in out-build instead of out-editor-build
2018-10-10 11:09:29 +02:00
isidor 4312f42a4f fixes #60446 2018-10-10 10:16:43 +02:00
Benjamin Pasero 0d9d26b127 debt - shorten workbench URL and print warning if exceeding limits 2018-10-10 09:18:28 +02:00
Benjamin Pasero 64c976dda4 fix #60437 2018-10-10 07:59:04 +02:00
Rob Lourens cc5e2b41c3 Multiline match hint UI for #13155. Implement search.showLineNumbers to fix #39219 2018-10-09 20:27:57 -07:00
Rob Lourens f3f7d97129 Fix some search tree display issues with action bar and count badge 2018-10-09 20:27:56 -07:00
Rob Lourens c4494cc1be Much faster parsing of long lines/multiline matches from ripgrep 2018-10-09 20:27:56 -07:00
Rob Lourens 25179088b1 Fix search result bubbles showing in the wrong place in wide mode 2018-10-09 20:27:56 -07:00
Matt Bierner 2d0dd21a4a Pick up TS 3.1.2 2018-10-09 17:19:56 -07:00
Daniel Imms 797161bd32 vscode-xterm@3.9.0-beta5
Fixes #60310
2018-10-09 11:51:15 -07:00
SteVen Batten bab47f0ffd add select all role for macOS
fixes #19003
2018-10-09 10:53:25 -07:00
SteVen Batten 11fe99a694 Reducing menubar cache verbosity (#59992)
* restructure menubar data to shrink cache

* remove old menu

* avoid storing common defaults for enabled, checked, and isNative

* remove old cache data for menubar/keybindings
2018-10-09 10:00:58 -07:00
SteVen Batten 2c346822d9 remove context listener in menubarControl (#60169) 2018-10-09 09:52:07 -07:00
Rob Lourens 46b79144af Merge pull request #60012 from benjamenhogben/master
Add throwable to php try/catch block snippet
2018-10-09 09:14:30 -07:00
Johannes Rieken 8d1d201911 remove workaround for #60018 2018-10-09 18:02:38 +02:00
isidor a7db2fbb3c fix build errors 2018-10-09 17:59:56 +02:00
Daniel Imms 40371ab59d vscode-xterm@3.9.0-beta3
Fixes #60291
2018-10-09 08:51:43 -07:00
Rob Lourens def5463cc1 Merge pull request #60153 from ToothlessGear/feature_allow_disabling_replace_preview_setting
Add setting to allow to disable Replace Preview
2018-10-09 08:50:45 -07:00
Johannes Rieken 9ac1a92008 remove layout trasher which seems unnecessary, #60031 2018-10-09 17:42:25 +02:00
Isidor Nikolic 2afc8720d7 Merge pull request #59270 from Microsoft/octref/44625
Prev/Next Panel/Sidebar view. Part of #44625
2018-10-09 17:36:54 +02:00
Johannes Rieken 53e166f796 perf - prevent layout trashing when remove/hiding parts splash 2018-10-09 17:20:17 +02:00