Commit graph

33078 commits

Author SHA1 Message Date
Pine Wu
ae26c6e9db Include mdn-data in root OSSREADME 2018-05-02 16:40:51 -07:00
Rachel Macfarlane
347414f8d4 Add 'copy' and 'copyAll' commands to Process Explorer, fixes #48961 2018-05-02 16:30:32 -07:00
Peng Lyu
f7feb40b05 Fix microsoft/monaco-editor#576. Codelens resolver is optional. 2018-05-02 16:24:21 -07:00
Matt Bierner
7e6868ca33 Adding more pinning tests for jsdoc -> snippet 2018-05-02 14:52:46 -07:00
Matt Bierner
7b3c343688 Start adding some basic pinning tests for jsdoc -> snippet 2018-05-02 14:41:37 -07:00
Matt Bierner
83d4bb6b53 Use property shorthand for CodeActionAdapter 2018-05-02 14:06:45 -07:00
Matt Bierner
7fa03476f9 Fix spelling 2018-05-02 14:06:45 -07:00
isidor
b1b1813675 debug.trace
fixes #47774
2018-05-02 22:58:34 +02:00
Daniel Ye
65c2a79795 2018-05-02. Merged in translations from Transifex. 2018-05-02 22:45:36 +02:00
Martin Aeschlimann
ee3dd420b4 [json] Add file extension association for JSONC files. Fixes #48969 2018-05-02 22:29:05 +02:00
Peng Lyu
563c459e7b Fix micorosft/monaco-editor#741. Turn on copy with syntax highlighting for Edge 17 and above. 2018-05-02 11:54:41 -07:00
Matt Bierner
a710e15434 Rename goToDeclaration files to goToDefinition
We mostly use the name 'go to definition' in the code and in the UI. Declaration is only used for the command names. Renaming to make this clearer
2018-05-02 11:47:34 -07:00
Matt Bierner
f7842d5470 Document that code actions edits and command are not exclusive 2018-05-02 11:14:31 -07:00
Rachel Macfarlane
220bf3608e Make collectWorkspaceStats asynchronous, fixes #45163 2018-05-02 10:33:30 -07:00
Pine Wu
e4e7c25708 Revert "Restrict html/css to only handling file and untitled files. Part of #48777"
This reverts commit 0dfeec2eef.
2018-05-02 10:13:29 -07:00
Alex Dima
c26adc1916 Fixes #44940 2018-05-02 18:02:53 +02:00
Alex Dima
661b653863 Fixes #45457: Use halfwidth rightwards arrow for rendering tabs when there is not sufficient space 2018-05-02 17:54:30 +02:00
isidor
307f60636f Do not silently swallow debug errors
fixes #48655
2018-05-02 17:48:05 +02:00
isidor
0913b0c94c Distinguish DA exit events from debugee exit events
fixes #48805
2018-05-02 17:37:36 +02:00
Martin Aeschlimann
505c9392d5 test for #48049 2018-05-02 17:19:07 +02:00
Martin Aeschlimann
32d4b53cff [folding] Missing jsdoc. Fixes #48520 2018-05-02 17:19:06 +02:00
Johannes Rieken
1efa98226c add window-check, #49059 2018-05-02 17:01:16 +02:00
Johannes Rieken
3ea67dc68a don't detect relative path links for fsps, #48951 2018-05-02 17:00:03 +02:00
Johannes Rieken
b9dce0f76c make sure workspace folder paths are absolute, #48951 2018-05-02 17:00:03 +02:00
Joao Moreno
050e66fdad fix smoketest in tfs 2018-05-02 16:52:45 +02:00
Johannes Rieken
e7f44f2790 add tests discussions, #34449 2018-05-02 16:25:39 +02:00
Johannes Rieken
06eebb87fa ensure path-component of file, http, and https-uris is absolute, #34449 2018-05-02 16:11:53 +02:00
Johannes Rieken
950d4bff5b ensure absolute paths for file-uris, #34449 2018-05-02 15:53:29 +02:00
Martin Aeschlimann
b6d72543de
Merge pull request #48345 from Jasonlhy/master
Correct comment inside script tag and style tag in razor file
2018-05-02 15:34:42 +02:00
Alex Dima
e8f8aa9a95 Fixes #15118: Trim auto whitespace when inserting a new line before 2018-05-02 15:18:15 +02:00
Joao Moreno
8bec9ea256 comment out broken tests 2018-05-02 14:47:34 +02:00
Joao Moreno
3d45d43963 fix builds 2018-05-02 14:16:34 +02:00
Joao Moreno
45a2bc7e3d fix task 2018-05-02 14:16:15 +02:00
Joao Moreno
baf6fbc777 update continuous build
fixes #48800
2018-05-02 12:57:44 +02:00
Alex Dima
97f7c24b2e Debt: Reduce implicit any 2018-05-02 12:44:19 +02:00
Alex Dima
350883bbf8 Debt: remove usage of globals 2018-05-02 12:44:19 +02:00
Joao Moreno
931ee228f3 smoketest: poll should report last error 2018-05-02 12:43:34 +02:00
Johannes Rieken
6be579cdf5 print raw performance marks, #41712 2018-05-02 12:36:00 +02:00
Joao Moreno
fe49af2cac fix terminal smoketests
fixes #48396
2018-05-02 12:30:22 +02:00
Joao Moreno
5dc5b4a90e smoketest: show devtools when using --verbose 2018-05-02 12:30:22 +02:00
Joao Moreno
5ba105e0da update README.md 2018-05-02 12:30:21 +02:00
Martin Aeschlimann
4afd003cf3 [json] Treat *.css.map and *.js.map as JSON by default. Fixes #48291 2018-05-02 12:19:36 +02:00
Martin Aeschlimann
8c44bc0fba [loc][Query] Possible typo in "The locations of the font.". Fixes #48278 2018-05-02 12:09:56 +02:00
Martin Aeschlimann
24b5f19385 [themes] Solarized Dark selection color has no enough contrast. Fixes #48106 2018-05-02 12:09:56 +02:00
Johannes Rieken
2d15717a66 remove old command and use executeEdits everywhere, #47107 2018-05-02 11:54:43 +02:00
Isidor Nikolic
33d551cefe
Merge pull request #48750 from Microsoft/tsalinger/renaming-in-explorer-visible-glitch
fixes #43687
2018-05-02 11:48:45 +02:00
isidor
6acf1a2a26 debug: use readonly more
fixes #48064
2018-05-02 11:43:20 +02:00
Alex Dima
8745c1f89a Debt: var -> let 2018-05-02 11:42:16 +02:00
Johannes Rieken
8aeffbca07 add comment about symlinks #47475 2018-05-02 11:16:31 +02:00
Johannes Rieken
9bb39f2277 add FileSystemError.Unavailable, #47475 2018-05-02 11:01:18 +02:00