Commit graph

37497 commits

Author SHA1 Message Date
Johannes Rieken f13106500d update doc comment #52927 2018-07-26 16:54:52 +02:00
Sandeep Somavarapu 53fd49b7de Fix #53116 2018-07-26 16:25:00 +02:00
Sandeep Somavarapu ef5c70c9ef Fix #51160 2018-07-26 16:12:06 +02:00
Johannes Rieken c412116fcb save parts splash on editor layout change #55017 2018-07-26 16:04:59 +02:00
Sandeep Somavarapu 2da55bbc38 #54992 Temp fix 2018-07-26 15:59:11 +02:00
Erich Gamma 7697ef6711 Flush scripts cache when the document changes 2018-07-26 15:56:28 +02:00
Johannes Rieken 62ba096511 splash - move parts splash out of shell and into contribution 2018-07-26 15:13:14 +02:00
Johannes Rieken f604f1c85a store data globally #55033 2018-07-26 15:13:14 +02:00
Sandeep Somavarapu d983257e6f fix tests 2018-07-26 13:34:09 +02:00
Johannes Rieken 8271920c0f add aria roles #54745 2018-07-26 12:32:29 +02:00
Christof Marti adbf6e0f41 Include description and details (fixes #52040) 2018-07-26 12:27:06 +02:00
Johannes Rieken f7252175e0 fix #54743 2018-07-26 12:04:45 +02:00
Martin Aeschlimann cbb51a0997 [loc][Query] Source text issue for "Provides syntax highlighting, bracket matching and folding Less files." Fixes #55115 2018-07-26 11:57:06 +02:00
Martin Aeschlimann f3710619ea enumDescriptions should be included in extension package.json schema. Fixes #55095 2018-07-26 11:57:06 +02:00
Sandeep Somavarapu d6f69db966 💄 #55052 2018-07-26 11:50:57 +02:00
Christof Marti ff13d20dc4 Add context to "more" and "others" links. (fixes #51978) 2018-07-26 11:49:55 +02:00
Sandeep Somavarapu 079dd3b6ac #55057 Consider built in extensions if they are dependencies while enabling or disabling 2018-07-26 11:37:58 +02:00
isidor 742767ef9c files.contribution register uri display formater 2018-07-26 11:35:47 +02:00
isidor 406004d1ab Merge branch 'master' into isidorn/uriLabelProvider 2018-07-26 11:21:20 +02:00
Johannes Rieken 40723965e0 bc - properly cleanup selection and focus when leaving breadcrumbs 2018-07-26 11:18:45 +02:00
Johannes Rieken 1256714392 bc - honor explorer decoration settings 2018-07-26 11:05:44 +02:00
Johannes Rieken 7c03ce1565 fix #54491 2018-07-26 10:44:38 +02:00
isidor 9341724f6d fix #55064 2018-07-26 10:25:49 +02:00
Sandeep Somavarapu c6466ed68b add space in the front to the related information entry 2018-07-26 10:19:10 +02:00
Sandeep Somavarapu 861f8dbe6d 💄 2018-07-26 09:58:16 +02:00
Erich Gamma 22f0337064 cache the scripts for the hover 2018-07-26 09:42:38 +02:00
Erich Gamma 73b72464b3 Replace lenses with hover links 2018-07-26 09:42:36 +02:00
Sandeep Somavarapu 8e8e8023ce Improve light bulb position in problems panel 2018-07-26 09:40:46 +02:00
Johannes Rieken 469786a791
Merge pull request #55069 from Microsoft/misolori/outline-constructor-icon
Show the "method" icon for constructors
2018-07-26 09:26:53 +02:00
Matt Bierner e8b1ee0b4d Use more standard scheme across providers for getting TS response body
- Avoids extra checks when response cannot be null
2018-07-25 18:50:16 -07:00
Matt Bierner a1af04f571 Prefer namespace imports for 'vscode' 2018-07-25 18:34:12 -07:00
Matt Bierner 410509137b Add base Disposable class to help manage disposables 2018-07-25 18:17:56 -07:00
Matt Bierner f97c743507 Use VersionDependentRegistration for update paths on rename
Avoids registering class on unsupported ts versions
2018-07-25 17:56:08 -07:00
Matt Bierner d5855b35b2 Cleanup
- Remove noop optional method
- Use double quotes for strings
- Mark fields readonly
2018-07-25 17:51:05 -07:00
Matt Bierner 42e0c43645 Use resource map for storing formatting options
Try to normalize file cases on case-insensitive file systems
2018-07-25 17:47:06 -07:00
Nikolas 700ee37a24 Add underscores and asterisks to surrounding pairs (#55054)
Same reasons as [here](https://github.com/silvenon/vscode-mdx/pull/6#issue-203819440)
2018-07-25 17:31:04 -07:00
Matt Bierner edc6b2acdd Always invoke quick fix command
Make sure we always invoke the applyCodeActionCommand. This is needed for telemetry to be sent properly
2018-07-25 17:29:35 -07:00
Matt Bierner 9e6a525723 Fixing fix all not applying correct commands on edit 2018-07-25 17:27:03 -07:00
Matt Bierner 690744c3c6 Only return a single all code action per quick fix fixId
Fixes #55065
2018-07-25 17:19:33 -07:00
Matt Bierner ccf9f4badd Use VersionDependentRegistration 2018-07-25 17:19:33 -07:00
Matt Bierner 5347a06a46 Don't convert diagnostic set to array 2018-07-25 17:19:33 -07:00
Ramya Rao d8bf1443cf
Support tags on settings to filter in settings editor (#55094)
* Support tags on settings to filter in settings editor

* Revert adding tags to api until we are ready
2018-07-25 15:51:28 -07:00
Sandeep Somavarapu ad9cc79cf5 Fix #55021 2018-07-26 00:32:30 +02:00
Matt Bierner 37209a838e Don't include non-resource entries in history quick pick
Makes sure webviews don't show up in the history quick pick. We already do this filtering properly when there is a query, just not when there is no query
2018-07-25 15:24:54 -07:00
Matt Bierner 627d459690 Fix release notes file icon 2018-07-25 15:24:54 -07:00
Matt Bierner f3caf387db Also serialize and restore webview icons 2018-07-25 15:24:54 -07:00
Rob Lourens 8899e43fb2 Settings editor - fix search.exclude link 2018-07-25 15:02:41 -07:00
Rob Lourens 38e17053d0 Fix childNodes.forEach - DOM api not in .d.ts 2018-07-25 14:45:48 -07:00
Rob Lourens 31eba9652d Sweep setting descriptions for #54690 2018-07-25 14:45:48 -07:00
Rob Lourens e95f36dca8 Settings editor - remove 'img' and 'a' tags from description markdown 2018-07-25 14:45:48 -07:00