Matt Bierner
3aada0035a
Move rename provider to use async
2017-08-25 17:44:27 -07:00
rebornix
0b95b4bc60
Remove onDidChange handlers.
2017-08-25 16:10:16 -07:00
rebornix
c41af75f32
Update comments for editor.colorDecorators.
2017-08-25 16:10:16 -07:00
rebornix
c68ad405a7
CSS/JSON extensions are using spaces...
2017-08-25 16:10:16 -07:00
rebornix
879373d9e1
Remove onDidChagne events. Deprecate [lan].colorDecorators.enable and
...
use editor.colorDecorators for all.
2017-08-25 16:10:16 -07:00
rebornix
ef690ded3e
Config migration
2017-08-25 16:10:16 -07:00
rebornix
9355b436d1
Move renderColorDecorator options to core settings.
2017-08-25 16:10:16 -07:00
rebornix
580eb6b4b2
Monaco API uses IColor
2017-08-25 16:10:16 -07:00
rebornix
c71a78cff8
Remove useless color controller.
2017-08-25 16:10:16 -07:00
rebornix
9937bcf6ec
Color Decorator sits together with Color Picker.
2017-08-25 16:10:16 -07:00
rebornix
f4ccc31770
Use single quote in imports
2017-08-25 16:10:16 -07:00
rebornix
e1689126c6
Update decorations in next tick when content changes.
2017-08-25 16:10:16 -07:00
rebornix
0d18a7bb11
Avoid memory leak of anonymous decoration types.
2017-08-25 16:10:16 -07:00
rebornix
23d00f27ef
Limit color decorators count to 500 in one editor.
2017-08-25 16:10:16 -07:00
rebornix
e76b4ceed1
ColorPicker. Remove useless decoration class
2017-08-25 16:10:16 -07:00
rebornix
f52299aee0
Add a new option to control whether to render inline color box or not.
2017-08-25 16:10:16 -07:00
rebornix
deb0bd5858
Fix #32295 . Integrate inline color boxes.
2017-08-25 16:10:16 -07:00
Daniel Imms
737d26e879
Uplevel xterm.js
...
Fixes #32878
Fixes #32932
2017-08-25 13:21:06 -07:00
Alex Dima
a6fd29bd05
Fix test failure
2017-08-25 18:11:03 +02:00
Benjamin Pasero
59b71eb3eb
multi root - be nice and also migrate UI state for new format
2017-08-25 17:53:42 +02:00
Alex Dima
9093187365
Fixes #32118 : increase MODEL_SYNC_LIMIT from 5MB to 50MB
2017-08-25 17:28:02 +02:00
Alex Dima
3927d04287
Fixes #22423 : Add Toggle MiniMap to View Menu
2017-08-25 17:19:19 +02:00
Ramya Rao
fb13bf139c
Use queryOptions to pass extensionView to telemetryData ( #32998 )
2017-08-25 07:40:35 -07:00
Alex Dima
c19d301df4
Change the default editor.smoothScrolling to false (match stable default behaviour)
2017-08-25 16:33:39 +02:00
Alex Dima
e60ab23372
Fixes #32990 : Call our own version of exit which does not wait for a debugger to disconnect (on the extension host)
2017-08-25 16:32:18 +02:00
Benjamin Pasero
9de3068a4d
Revisit code-workspace format ( #33097 )
...
* drop workspace ID from workspace file
* make folders types an object instead of just string
* fix compile
* polish relauncher for id change
* migrate old workspace format to new on startup
* more migration from previous workspace id
* more migration code
* change folder format to be a path
* support for relative paths in workspace file
* fix of ctor call
* put root validation and filtering into workspace
* ensure we always have file resources
* fix tests
* add tests for workspace
* 💄
* linting
2017-08-25 16:22:30 +02:00
João Moreno
6b1c9cd61d
Merge pull request #31325 from joaomoreno/scm-multiroot
...
SCM: Support multiple repositories
2017-08-25 16:00:20 +02:00
Joao
adbb783ed0
scm: keep scmProvider context key
2017-08-25 15:46:27 +02:00
Joao
25cfb9e05f
fix lint warnings
2017-08-25 15:37:09 +02:00
Dirk Baeumer
f163f351e1
Fixes #30417 : Default tasks.json "echo Hello" does not work
2017-08-25 15:15:45 +02:00
Joao
a767586000
smoke test: fix bad code
2017-08-25 15:02:59 +02:00
Joao
30e81176ab
smoke test: fix require issue
2017-08-25 15:02:58 +02:00
Joao
6ed837a6cf
update smoke test local instructions
2017-08-25 15:02:58 +02:00
Joao
31dc887dd7
careful with Promise(async () =>
2017-08-25 15:02:58 +02:00
Martin Aeschlimann
fc0fb67671
[css] update language server
2017-08-25 12:42:45 +02:00
Martin Aeschlimann
36161ba789
[html] update langauge server
2017-08-25 12:19:12 +02:00
João Moreno
87bfc89d73
change polling frequency in smoke tests
2017-08-25 12:18:04 +02:00
Martin Aeschlimann
b08cde32fe
[html] VSCode doesn't automatically close HTML tags Fixes #2246 .
2017-08-25 12:08:15 +02:00
Sandeep Somavarapu
4010c1b092
Fix #31933
2017-08-25 12:00:20 +02:00
Dirk Baeumer
25d8297328
Fixes #30758 : Trying to customize a task without a task definition causes an exception
2017-08-25 11:59:29 +02:00
Johannes Rieken
52ac8ab367
Add MarkdownString to Hover and Decorations API, #29076
2017-08-25 11:48:19 +02:00
Johannes Rieken
3ab2688b17
trusted -> isTrusted, #29076
2017-08-25 11:48:18 +02:00
Alex Dima
27c07934d7
Have a startup flag in the extensions activation times
2017-08-25 11:42:53 +02:00
Alex Dima
227c103348
Record extensions activation times and show them in the ShowStartupPerformance action
2017-08-25 11:42:52 +02:00
Joao
2624eff8fe
Merge branch 'master' into scm-multiroot
2017-08-25 11:36:39 +02:00
Joao
7341dcd4df
use ~~ for deprecation
2017-08-25 11:28:46 +02:00
Joao
5be69f3e65
use uuid for marketplace queries
...
related to #17108 #26484
2017-08-25 11:22:11 +02:00
Dirk Baeumer
a7f070e2df
Fixes #31144 : Grunt task detection fails for gruntfile.js
2017-08-25 11:00:55 +02:00
Sandeep Somavarapu
e5ed356edb
Fix #33130
2017-08-25 10:40:00 +02:00
Joao
aaa2c7eda4
fixes #33106
2017-08-25 08:14:15 +02:00