Commit graph

36887 commits

Author SHA1 Message Date
Greg Van Liew
c150d0d42d Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
Rob Lourens
e89ed6eb3a
Merge pull request #54196 from yogeshmangaj/focus-search-list-command
Add Focus search list command. Fixes #53696
2018-07-13 13:43:13 -07:00
Yogesh
f9e0f8d5ce Add Focus search list command 2018-07-14 00:16:08 +05:30
Matt Bierner
a874e01c9f Pick up new TS insiders 2018-07-13 11:42:58 -07:00
Matt Bierner
eaa535ff3e Use properties for commitCharacters 2018-07-13 11:42:58 -07:00
Rob Lourens
09e26ac36f Fix #54256 - only sort file search results when a pattern is specified 2018-07-13 10:26:58 -07:00
Johannes Rieken
544eada73a breadcrumbs - slashes and symbols 2018-07-13 18:26:46 +02:00
Matt Bierner
b179deefe5 Only use isNewIdentifierLocation to disable commit characers instead of all suggestions
Fixes #54267
2018-07-13 09:17:14 -07:00
Matt Bierner
b64ff63750 Remove extra await 2018-07-13 09:17:14 -07:00
Daniel Imms
7a31074ee4
Merge pull request #54264 from qcz/patch-9
Improve the macOptionClickForcesSelection message in terminal.contributions.ts
2018-07-13 08:44:52 -07:00
Dániel Tar
e9329491a4
Improve the macOptionClickForcesSelection message 2018-07-13 17:24:02 +02:00
Johannes Rieken
81fd2d3f55 tweak shadow and some spacings 2018-07-13 17:14:22 +02:00
Sandeep Somavarapu
8f521530ee #52627 Get the code actions from markers model 2018-07-13 17:13:32 +02:00
Johannes Rieken
9768dabba7 fix #54094 2018-07-13 15:56:08 +02:00
Sandeep Somavarapu
2ce9f1b686 Minimal fix #54255 2018-07-13 15:44:11 +02:00
Sandeep Somavarapu
8bd6697dba #52627 Show quick fixes per marker 2018-07-13 15:44:11 +02:00
Johannes Rieken
60a5feab82 breadcrumbs - 'show-file-icons'-style 2018-07-13 14:16:58 +02:00
Johannes Rieken
099f8bfdaa breadcrumbs - move config logic 2018-07-13 13:00:26 +02:00
Johannes Rieken
7d6e85dde9 breadcrumbs - differentiate between showing file or symbol icons and enable the latter for the no tabs case 2018-07-13 12:39:06 +02:00
Johannes Rieken
bfc49dc41b refine type to find/highlight 2018-07-13 12:16:59 +02:00
Johannes Rieken
9440de23b9 symbol picker always shows all symbols 2018-07-13 11:51:43 +02:00
Johannes Rieken
5086e87954 use weaker type-to-find from tree logic 2018-07-13 11:46:15 +02:00
Johannes Rieken
d767a9f94c fix screen cheese when using tabs and when breadcrumbs don't show 2018-07-13 11:40:33 +02:00
Johannes Rieken
480a692ebc prepare for focus-input-as-you-type 2018-07-13 11:40:33 +02:00
Johannes Rieken
6afb8475ce extract HighlightingWorkbenchTree for future reuse 2018-07-13 11:40:33 +02:00
Johannes Rieken
6e9e607630 fix #54174 2018-07-13 11:40:32 +02:00
Benjamin Pasero
f729419f57
add _workbench.enterWorkspace (#54129) 2018-07-13 11:31:19 +02:00
Joao Moreno
76b8ebdb36 menu ignores actionRunner
fixes #54112
2018-07-13 10:32:33 +02:00
Sandeep Somavarapu
0aa7dff215 Fix #54006 2018-07-13 09:35:51 +02:00
Joao Moreno
61fd937b66 remove bug hunting code 2018-07-13 09:05:24 +02:00
Rob Lourens
b9d441f76b Settings editor - tweak padding 2018-07-12 22:04:57 -07:00
Rob Lourens
094cffdab2 Settings editor - fix leaking memory by creating controls for every render 2018-07-12 22:04:56 -07:00
Christopher Leidigh
023b51bcc6
SelectBox: Implement logic for vertical flip of dropdown: Fixes: #53780 (#54224)
* selectBox: Support vertical flip of dropdown

* SelectBox: Allow flip up of drop downs
2018-07-12 23:48:31 -04:00
Ramya Achutha Rao
324b8d6e05 Use contributes.grammars instead of languages to identify extensions that contribute basic syntax #54098 2018-07-12 18:23:02 -07:00
Rachel Macfarlane
e34fe20dc1 Fix link styling within comments and handle link clicks 2018-07-12 18:19:45 -07:00
Ramya Achutha Rao
a32654c5f1 Link to docs in the website from builtin extension readme #54098 2018-07-12 18:16:01 -07:00
Ramya Achutha Rao
0d7ee9e076 Link to CONTRIBUTING.md for built-in extensions #54098 2018-07-12 18:09:35 -07:00
Ramya Achutha Rao
75cda752a5 Move how to contribute to a separate file for built in extensions #54098 2018-07-12 18:06:16 -07:00
Ramya Achutha Rao
22ec71a4d2 Strip commitHash from reduced telemetry logs 2018-07-12 17:51:42 -07:00
Matt Bierner
75d370ca5d Fix potential npe
Related to #53830
2018-07-12 16:45:18 -07:00
Matt Bierner
ba9c869b6a Organize all imports in ts extension 2018-07-12 16:32:18 -07:00
Matt Bierner
0986ab3633 Move resource map to utils 2018-07-12 16:30:34 -07:00
Matt Bierner
dc08cbdfa9 Also support regular json files for tsconfig document links 2018-07-12 16:25:14 -07:00
Matt Bierner
cb9ad4f8be Add link provider for jsconfig and tsconfig files
Fixes #16905
Fixes #54215
2018-07-12 16:11:30 -07:00
Matt Bierner
4dc63b5061 Fix duplicate config requests sometimes being sent to TS
Fixes #54088
2018-07-12 16:11:30 -07:00
Matt Bierner
e1a0000f2a Run organize imports on code action folder 2018-07-12 16:11:30 -07:00
Matt Bierner
659d646e55 Use destructuring 2018-07-12 16:11:30 -07:00
Matt Bierner
23d9f2cea6 Don't create empty arrays to signal no return types 2018-07-12 16:11:30 -07:00
Ramya Achutha Rao
a73ec87357 Renaming for clarity 2018-07-12 15:52:01 -07:00
Ramya Achutha Rao
f47f48b022 Add option to use previouslyRunExperiments in experimentService 2018-07-12 15:18:48 -07:00