Commit Graph

9238 Commits

Author SHA1 Message Date
Johannes Rieken 94acaef890 dispose commands 2016-09-07 10:28:26 +02:00
Johannes Rieken 21820b36c1 simplify API 2016-09-07 10:06:03 +02:00
Johannes Rieken b725c7120f update shrinkwrap file 2016-09-06 17:11:55 +02:00
Johannes Rieken 59d8e568db update package dependencies 2016-09-06 16:13:32 +02:00
Johannes Rieken 3fbe07bc56 some gc sync'ing between main and ext host 2016-09-06 15:56:47 +02:00
Benjamin Pasero 50487cf2b3 first cut textfile service tests 2016-09-06 11:57:36 +02:00
Benjamin Pasero 77378e576c fix test running 2016-09-06 11:57:36 +02:00
Isidor Nikolic 6f432136d8 Merge pull request #11436 from joaomoreno/panel
Unflow the panel when hidden
2016-09-06 11:10:37 +02:00
Isidor Nikolic bc76483eda Merge pull request #11291 from DonJayamanne/configResolve
Fix #11284 - Resolve tokens found in settings referenced by launch.json
2016-09-06 10:36:49 +02:00
Joao Moreno 1053286c9b Revert "add linear css keyword"
This reverts commit cc40e98e54.
2016-09-06 10:21:09 +02:00
Benjamin Pasero c411cd4216 bump to 1.6.0 2016-09-06 09:32:35 +02:00
Sandeep Somavarapu 8c62e20896 fix #11024 2016-09-06 08:59:02 +02:00
Don Jayamanne 5f0a9ca553 fix #11284 2016-09-06 09:18:48 +10:00
isidor 2a215cc825 debug: 'smart' scroll-lock in repl
fixes #10486
2016-09-05 23:13:44 +02:00
isidor 913805264b debug: collapse all action enabled in watch expressions view 2016-09-05 21:52:54 +02:00
isidor 50e91ea890 Reuse integrated terminal when running debug target
fixes #10940
2016-09-05 19:32:36 +02:00
isidor e5dca5a2cc debug: move terminal logic one level up from v8protocol to rawDebugSession 2016-09-05 19:07:43 +02:00
isidor 3f0410ad34 fixes #10215 2016-09-05 18:46:21 +02:00
Joao Moreno f5f82d809c fix hover mode discovery 2016-09-05 18:05:11 +02:00
Joao Moreno 89a490b1a5 typo 2016-09-05 18:05:11 +02:00
Andre Weinand 3f569e8602 use generated protocol definition; fixes Microsoft/vscode-debugadapter-node#51 2016-09-05 17:48:53 +02:00
Joao Moreno 9ad92c2c77 Merge branch 'hover' 2016-09-05 17:33:03 +02:00
Joao Moreno 676d5ff178 flip typescript hover order 2016-09-05 17:31:20 +02:00
Joao Moreno 970253ae7e dynamic hover height 2016-09-05 17:31:06 +02:00
Benjamin Pasero a475ffc4c8 debt: workbench should not depend on vs/code 2016-09-05 17:21:57 +02:00
Benjamin Pasero 8dcd3e67d7 move argv to platform 2016-09-05 17:19:47 +02:00
Benjamin Pasero 7a517bbd73 Merge branch 'master' into ben/next 2016-09-05 16:48:31 +02:00
Benjamin Pasero 41aa92e4c8 Write access problems are not handled clean (fixes #11504) 2016-09-05 16:48:10 +02:00
Benjamin Pasero e12fc1103e split revertAll into method for files and untitled 2016-09-05 16:06:41 +02:00
Joao Moreno 71076263d8 hover: scrollbar 2016-09-05 16:04:03 +02:00
Benjamin Pasero 5d064d3008 fix unreliable test 2016-09-05 16:00:45 +02:00
Benjamin Pasero e790825aeb text file services: push down confirmBeforeShutdown 2016-09-05 15:56:38 +02:00
Benjamin Pasero 4d1b09fc2b move shutdown handling into base text file service 2016-09-05 15:48:24 +02:00
Benjamin Pasero 92158fe212 move saveAll() and saveAs() into base text file service 2016-09-05 15:42:02 +02:00
Alex Dima d2dcbdaade 0.6.0 for monaco-editor-core 2016-09-05 15:39:35 +02:00
Alex Dima bbcd753c7d Do not ship defineKeybinding resources in standalone editor 2016-09-05 15:39:27 +02:00
Alex Dima 30be7f138a Fixes Microsoft/monaco-editor#127: Set the font on the canvas context correctly, add an extra 2px for Japanese 2016-09-05 15:39:17 +02:00
isidor 9fa56d6f7e debug: use default tree indentation of 12 pixels
fixes #10618
2016-09-05 15:38:21 +02:00
isidor d0dd14237a replEditor polish: no need to import repl.css twice 2016-09-05 15:38:21 +02:00
Joao Moreno d108ec70fd better hover margins 2016-09-05 15:34:24 +02:00
Benjamin Pasero 44f49cfa66 push getDirty(), isDirty() and revertAll() for untitled into base class 2016-09-05 15:34:18 +02:00
Joao Moreno 10ed637da1 💄 2016-09-05 15:32:21 +02:00
Benjamin Pasero 9b0e1d350d simplify all tests that deal with textFileServices 2016-09-05 15:21:02 +02:00
Joao Moreno 9d3ac32d1a fix tslint.json 2016-09-05 15:17:01 +02:00
Joao Moreno 6da968fd33 hover fade in 2016-09-05 15:15:06 +02:00
Joao Moreno cc40e98e54 add linear css keyword 2016-09-05 15:08:11 +02:00
Joao Moreno c9a2360c20 fix hover width 2016-09-05 14:37:19 +02:00
Johannes Rieken 8bb0ff07da don't wait while ext host starts, fixes #10535 2016-09-05 14:26:48 +02:00
Benjamin Pasero 82d9fb51c0 debt - get rid of identifiers.ts 2016-09-05 14:17:06 +02:00
isidor 9b4ef12a4f debug: more restrictive with Variable id
fixes #11469
2016-09-05 12:58:12 +02:00