Commit Graph

23997 Commits

Author SHA1 Message Date
Ramya Achutha Rao dd7f603376 Trigger emmet completion for numbers Fixes #34877 2017-09-23 23:48:29 -07:00
Ramya Achutha Rao de7ce81e76 Alternate fix for #34162 using minscore for fuzzymatching 2017-09-23 23:41:44 -07:00
Joao Moreno 2c263add93 smoke: fix another focus issue 2017-09-23 17:15:51 +02:00
Joao Moreno a1f2401816 fix missing dirty diff decorations 2017-09-23 17:11:45 +02:00
Benjamin Pasero 6f7cabae9e disable test on proposed API 2017-09-23 08:31:30 +02:00
Benjamin Pasero 8462f11989 lookup files.encoding properly 2017-09-23 08:30:13 +02:00
Matt Bierner 848923bf08 Enable proposed api in api-tests 2017-09-22 16:39:47 -07:00
Ramya Achutha Rao f8023e7e1b Add sourceInfo when installing from welcomePage or cli 2017-09-22 16:23:11 -07:00
Matt Bierner 982277d9d1 Really fix test on options 2017-09-22 15:53:03 -07:00
Matt Bierner cb7e0bffd0 Prototype TSC watch task contribution (#33865)
* Prototype TSC watch task contribution

* Update to make use of optional properties in task definitions
2017-09-22 15:32:00 -07:00
Matt Bierner cc32157235 Update TS insiders version 2017-09-22 15:16:43 -07:00
Matt Bierner 6069a52022 Fix failing tests 2017-09-22 15:14:01 -07:00
Ramya Achutha Rao 6ec697a29a Telemetry to differentiate all recommendations view from the others 2017-09-22 15:00:33 -07:00
Matt Bierner 65b9a0de2d Autoshow suggestions for jsdoc param
Fixes #34853
2017-09-22 13:55:56 -07:00
Daniel Ye 5ff6747e4d 2017-09-22. Merged in translations from Transifex. 2017-09-22 12:11:59 -07:00
Matt Bierner a7e3513a7b Localize markdown preview title
Fixes #34830
2017-09-22 11:14:44 -07:00
Matt Bierner 2cae7c9da0 Use async in refactor provider 2017-09-22 11:14:44 -07:00
isidor 932b5c2463 node debug version bumps 2017-09-22 18:16:04 +02:00
Isidor Nikolic d586fc69f2 Merge pull request #34401 from DatGuyJonathan/multithreadStepping
Maintain focus on stopped thread when stepping a multithreaded session
2017-09-22 17:56:43 +02:00
Joao Moreno 77288dfe00 smoke: use debug inspector protocol 2017-09-22 17:45:18 +02:00
Joao Moreno 89f671a4db smoke: add tracing message 2017-09-22 17:45:18 +02:00
Joao Moreno f89f492a5e smoke: dont use :focus selector 2017-09-22 17:45:18 +02:00
Joao Moreno d1ebe12440 smoke: dont use monaco-editor.focused 2017-09-22 17:45:18 +02:00
Joao Moreno 3b06706a32 smoke: dont use monaco-editor.focused 2017-09-22 17:45:18 +02:00
Benjamin Pasero d5275987a1 💄 2017-09-22 17:37:15 +02:00
Benjamin Pasero 44df02a3e2 fix bogus compare of resource 2017-09-22 17:31:10 +02:00
Johannes Rieken e59d629e7d Add a word or two about the query-argument, #34605 2017-09-22 17:29:34 +02:00
Johannes Rieken 0088fba3c6 move node cached data clean up into shared process 2017-09-22 16:58:35 +02:00
isidor dc7519257e linkDetector: remove elative paths supported
fixes #29190
2017-09-22 16:31:47 +02:00
Martin Aeschlimann 330ae7abfc Merge pull request #33820 from Ikuyadeu/patch-1
Fix word highlighting Solarized Dark theme #28343
2017-09-22 16:15:14 +02:00
Johannes Rieken a7ad71be3b remote - refine utimes 2017-09-22 16:02:51 +02:00
Johannes Rieken 0cba333056 💄 2017-09-22 15:34:47 +02:00
isidor 7fd92e048f workspace: remove fsPath 2017-09-22 15:34:16 +02:00
Johannes Rieken cd571e7f51 better (the same we already have) binary file error 2017-09-22 15:29:45 +02:00
isidor 22d7830048 debug: when constructiing source path take scheme into account 2017-09-22 15:24:56 +02:00
Johannes Rieken 0962b2410d read most of the encoding from stream 2017-09-22 15:10:23 +02:00
isidor 6dc90eace4 explorerView: do not use filter: File
#34768
2017-09-22 15:00:58 +02:00
Joao Moreno ddda90314e smoke: fix quick open focus issue 2017-09-22 14:57:55 +02:00
Benjamin Pasero 9cc82e7809 💄 2017-09-22 14:50:36 +02:00
Martin Aeschlimann 1b9ea33425 [folding] fix cpp regions 2017-09-22 14:04:38 +02:00
Benjamin Pasero 03933dcb7e 💄 2017-09-22 14:00:02 +02:00
Benjamin Pasero 3e9fa59616 Introduce GlobPattern and adopt in DocumentFilter/FileWatcher/FileSearch (#34695)
* introduce IRelativePattern and use in extension API

* 💄

* docs

* introduce RelativePattern

* support RelativePattern also for file watcher

* also make findFiles support RelativePattern

* less type conversion

* add GlobPattern type and remove readonly

* make base a string

* fix setter access to RelativePattern

* fix npe when exclude is undefined

* fix findFiles: pattern seems to be matched against workspace always

* 💄

* clarify glob pattern matching
2017-09-22 13:52:23 +02:00
Martin Aeschlimann 9e05d4b635 [folding] fold regions, initial, preconfigured support. For #12146 2017-09-22 13:50:03 +02:00
Martin Aeschlimann a678f60100 FoldingRules language configuration simplification 2017-09-22 13:50:03 +02:00
isidor 3c511821a6 debug: do not allow breakpoints in settings files always
#30996
2017-09-22 12:55:53 +02:00
Alexandru Dima 11e34ce119 Merge pull request #33981 from nicksnyder/patch-2
Use unused param
2017-09-22 12:53:43 +02:00
isidor 19c1db883e debug: remove fsPath usage 2017-09-22 12:36:04 +02:00
Dirk Baeumer 0aba690f84 Fixes #34412: problemMatcher $tsc-watch ignores error second time around 2017-09-22 12:26:51 +02:00
Dirk Baeumer de99997ab5 Fixes #31970: When computing the task definition key we should falsify undefined properties 2017-09-22 11:34:16 +02:00
Benjamin Pasero bdefc09eb0 showWorkspaceFolderPick not enforced as proposed api (fixes #34819) 2017-09-22 11:33:46 +02:00