Matt Bierner
be38e56996
Remove duplicate blank lines at the start of some files
2018-10-02 16:28:19 -07:00
Matt Bierner
8087b0a8d8
Remove use strict directives in main vs code ts files (part 2)
...
We compile using the alwaysStrict flag so these directives are not needed
This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Matt Bierner
c63c97c128
Remove use strict directives in main vs code ts files
...
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Johannes Rieken
e808161b9e
perf - pre-compute and cache lower case variants for label, sortText, and filterText
2018-10-02 17:46:04 +02:00
pkoushik
c4928076b7
fix #59364 - Review #2
2018-10-02 19:35:18 +05:30
Johannes Rieken
a157002380
debt - remove suggest adapter and use CompletionItemProvider from modes.ts. Also fixes https://github.com/Microsoft/monaco-editor/issues/985
2018-10-02 15:58:45 +02:00
Johannes Rieken
d00e5cb041
debt - replace CompletionItem#overwriteBefore/After with CompletionItem#range
2018-10-02 15:31:47 +02:00
Johannes Rieken
3f12ef35a8
debt - modes.ISuggestSupport becomes modes.CompletionItemProvider
2018-10-02 15:31:47 +02:00
Daniel Imms
a50e3fe64d
Simplify teterminal ID retry mechanism
...
Fixes #59765
2018-10-01 11:36:02 -07:00
Matt Bierner
d37076a596
Build VS Code using TypeScript 3.1.1
...
Fixes #59757
2018-10-01 10:55:16 -07:00
Christof Marti
54c51f2f23
QuickPickItem.alwaysShow ( #59232 )
2018-10-01 16:39:00 +02:00
Daniel Imms
5fb1e8b8b0
Merge pull request #59631 from Microsoft/tyriar/small_type
...
Add missing return type
2018-10-01 06:04:19 -07:00
Johannes Rieken
81b995a25d
debt - less TPromise usage
2018-10-01 14:01:17 +02:00
Johannes Rieken
9e81c8f25f
Revert "debt - remove declaration for WinJS.Promise#any"
...
This reverts commit 61a2faf7e4 .
2018-10-01 12:28:52 +02:00
Johannes Rieken
9496bb79c5
debt - replace asThenable with Promise.resolve
2018-10-01 12:27:43 +02:00
Johannes Rieken
61a2faf7e4
debt - remove declaration for WinJS.Promise#any
2018-10-01 12:09:00 +02:00
Johannes Rieken
441a5ccf0f
use proper proxy declaration
2018-10-01 09:29:09 +02:00
Daniel Imms
52e9425445
Add missing return type
2018-09-28 08:29:57 -07:00
Benjamin Pasero
3aecfeef15
use "readonly"
2018-09-27 07:55:24 +02:00
Rachel Macfarlane
b4f4f55f5a
Return void instead of comment from editComment, fixes #59460
2018-09-26 14:39:55 -07:00
Rachel Macfarlane
434059aaf6
Fixes #59449 , add docs for CommentInfo and CommentThread, rename gravatar to userIconPath
2018-09-26 14:01:57 -07:00
Sandeep Somavarapu
5de0fbbb1d
Fix #59210
2018-09-26 16:20:40 +02:00
Benjamin Pasero
0e0fde98d8
changes to visible channel (code review)
2018-09-26 15:30:59 +02:00
Sandeep Somavarapu
f78b7b2746
#59209 Update output channel when visible
2018-09-26 15:04:29 +02:00
Sandeep Somavarapu
010bc0d086
#59209 Flush the content before revealing the channel
2018-09-25 21:50:39 +02:00
Sandeep Somavarapu
a5580c3d51
#59322 Remove the options
2018-09-25 17:02:20 +02:00
Rob Lourens
3da89c1937
Rename previewOptions
2018-09-24 21:08:11 -07:00
Rob Lourens
54090bc222
Fix #57459 - add default previewOptions for findTextInFiles
2018-09-24 16:41:03 -07:00
Rob Lourens
5b3403bfb5
Fix #57895 - remove leadingChars from search provider API
2018-09-24 16:41:03 -07:00
Christof Marti
eaddbde222
Revisit QuickPickItem.shouldAlwaysShow ( #59232 )
2018-09-24 16:41:16 +02:00
Johannes Rieken
f79b59416b
debt - SuggestionType -> SuggestionKind
2018-09-24 15:58:05 +02:00
Sandeep Somavarapu
f0fd4a1cab
Fix #59210
2018-09-24 12:09:22 +02:00
Matt Bierner
e19c9ba82d
Addd option to open markdown preview links in markdown preview
...
Fixes #19339
2018-09-21 15:08:42 -07:00
Alex Ross
1ff175f094
Wait to signal to the extHostTerminalService that the terminal is opened until the terminal has a name. ( #58983 )
...
Also added a change listener for title. Fixes #53057
2018-09-21 14:08:38 -07:00
Rob Lourens
a0f1543c00
Fix fileIndex error handling
2018-09-21 09:56:12 -07:00
Sandeep Somavarapu
3f9707e650
Merge branch 'master' into sandy081/outputChannel
2018-09-21 10:15:35 +02:00
Andre Weinand
88b85b66c3
add DA Tracker API; fixes #55945
2018-09-20 23:11:11 +02:00
Johannes Rieken
958ebddd0e
move api out of proposed, #1800
2018-09-20 17:26:24 +02:00
Joao Moreno
56f9c2045f
scm: memoize count
...
related to #57854
2018-09-20 16:16:19 +02:00
Sandeep Somavarapu
d617ede266
Change to options with force parameter
2018-09-20 15:45:09 +02:00
Andre Weinand
09814757f0
check constraints when registering debugProvider
2018-09-20 15:02:48 +02:00
Sandeep Somavarapu
efc702c759
Implement #49215
2018-09-20 11:51:23 +02:00
Rob Lourens
6326543b11
Support findFiles with a non-file URI workspace
2018-09-19 16:10:54 -07:00
Rob Lourens
cb0e4a5322
Merge remote-tracking branch 'origin/ben/relative-pattern' into roblou/findFilesUri
2018-09-19 16:09:15 -07:00
Andre Weinand
b3d2c6035e
support EH based DAs
2018-09-19 23:26:36 +02:00
Daniel Imms
dbdbbe5259
Don't set en_US.UTF-8 on Windows when setLocale is false
...
Fixes #58015
2018-09-19 12:28:40 -07:00
Joao Moreno
4e3f58f2f4
git: handle deleted conflicts
...
fixes #52787
2018-09-19 15:48:28 +02:00
Johannes Rieken
3bdfca7c31
rename changeLanguage to setTextDocumentLanguage, #1800
2018-09-19 10:55:17 +02:00
Johannes Rieken
363e6b696f
make changeLanguage return a TextDocument, #1800
2018-09-19 10:55:17 +02:00
João Moreno
8a142f5b81
Merge pull request #58731 from oneslash/new_branch_if_no_other_found
...
always show create a branch button
2018-09-19 10:28:17 +02:00