Commit graph

9639 commits

Author SHA1 Message Date
Sandeep Somavarapu
49750bbe68 Implement #4719 2016-09-13 18:05:57 +02:00
Martin Aeschlimann
0aefa275cb Merge branch 'master' into aeschli/html-extension 2016-09-13 16:59:01 +02:00
Martin Aeschlimann
537938619a [html] avoid merge conflict 2016-09-13 16:58:13 +02:00
Alexandru Dima
47bc908e39 Merge branch 'master' of https://github.com/Microsoft/vscode 2016-09-13 16:43:15 +02:00
Alexandru Dima
02f2bbffba Minor tweaks 2016-09-13 16:43:04 +02:00
Alexandru Dima
55bf5acb2e Remove CommonKeybindings 2016-09-13 16:42:42 +02:00
Joao Moreno
1d88fd33ba :liptstick: StatusUpdater 2016-09-13 16:36:32 +02:00
Martin Aeschlimann
d4860107db [seti] set languageId associations 2016-09-13 16:07:39 +02:00
Joao Moreno
70ab16cc10 surface error
fixes #11931
2016-09-13 15:23:01 +02:00
Joao Moreno
30144b5dea filter out more errors
fixes #11929
2016-09-13 15:21:24 +02:00
Benjamin Pasero
63efb84901 Incorrect git comments (fixes #11925) 2016-09-13 15:06:36 +02:00
Joao Moreno
a8a9b70d53 fix sourcemaps 2016-09-13 14:00:17 +02:00
Sandeep Somavarapu
8cf40da8fc update history action ids #5508 2016-09-13 13:00:34 +02:00
Sandeep Somavarapu
67a46126c8 Implement history for find widget #5508 2016-09-13 12:42:31 +02:00
Martin Aeschlimann
d8f6f74520 Add color decorator limit to 500 (#11862) 2016-09-13 12:24:58 +02:00
Martin Aeschlimann
5a5d58ed9a [file icon themes]Config to assign a separate icon to *.d.ts instead of *.ts. Fixes #11740 2016-09-13 12:24:56 +02:00
Benjamin Pasero
5b16b26e1f less direct use of TextFileEditorModel 2016-09-13 12:14:06 +02:00
Benjamin Pasero
a6b89e14f8 hygiene 2016-09-13 11:47:28 +02:00
Benjamin Pasero
1aea998b48 get rid of global file input cache 2016-09-13 11:41:58 +02:00
Johannes Rieken
42f0109569 use heapService for workspace symbol provider, #11455 2016-09-13 11:26:02 +02:00
João Moreno
cf922621a4 Merge pull request #11870 from Romanito/patch-1
Enable "Open with Code" on drive roots in Windows Explorer
2016-09-13 11:09:57 +02:00
Johannes Rieken
aef92d4c94 bubble errors from opener service, fixes #11802 2016-09-13 10:57:13 +02:00
Joao Moreno
21f75fad42 update distro 2016-09-13 10:43:07 +02:00
Benjamin Pasero
5b3a847022 Merge pull request #11904 from Microsoft/11897_focus_active_editor_cmd
Implement focus active editor group command
2016-09-13 10:32:38 +02:00
Daniel Imms
73865bce26 Prevent null pointer exception 2016-09-13 01:31:06 -07:00
Benjamin Pasero
fb0803a2a4 comment out flaky test 2016-09-13 10:06:22 +02:00
Martin Aeschlimann
6c8a859079 [html] add symbol highlighting 2016-09-13 10:03:41 +02:00
Martin Aeschlimann
06727ce174 [html] add endTagStart to Node 2016-09-13 10:03:12 +02:00
Sandeep Somavarapu
47eafd09d6 fix #11891 2016-09-13 09:45:09 +02:00
Joao Moreno
9da8d35954 publish extension sourcemaps
fixes #10994
2016-09-13 09:42:11 +02:00
Benjamin Pasero
037b2341fc less direct use of FileEditorInput 2016-09-13 08:47:18 +02:00
Benjamin Pasero
4acd22df73 let => const; less use of FileEditorInput 2016-09-13 08:19:05 +02:00
Alex Dima
3fc1538d28 More const enum 2016-09-12 22:51:05 +02:00
Alex Dima
76b62dec1e const enum KeyMod (inline) 2016-09-12 22:51:03 +02:00
Alex Dima
262c0afaac Towards inlining KeyMod 2016-09-12 22:51:02 +02:00
Alex Dima
c291a21367 Towards inlining KeyMod references 2016-09-12 22:51:01 +02:00
Alex Dima
37f13e8b41 More const enums 2016-09-12 22:51:00 +02:00
Alex Dima
a72dc40355 mark KeyCode enum as const 2016-09-12 22:50:58 +02:00
Daniel Imms
6ab796c6c9 Merge pull request #11839 from Microsoft/tyriar/11275_terminal_refactor
Refactor terminal to enable processes to exist without the panel
2016-09-12 13:39:45 -07:00
Daniel Imms
99ebad259b Add back createTerminalEnv tests 2016-09-12 13:39:24 -07:00
Daniel Imms
51833724ae Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor 2016-09-12 12:53:18 -07:00
Alex Dima
54e6e40eab More adoption of CharCode 2016-09-12 21:06:56 +02:00
Alex Dima
dabbf52ac4 Adopt CharacterClassifier in CharacterHardWrappingLineMapping 2016-09-12 21:06:54 +02:00
Alex Dima
841ef4594f More CharCode adoption 2016-09-12 21:06:53 +02:00
Daniel Imms
7e58057032 Implement focus active editor group command
Fixes #11897
2016-09-12 12:03:03 -07:00
Daniel Imms
34a8572577 Resolve --user-data-dir before calling app.setPath
Fixes #11735
2016-09-12 11:53:18 -07:00
Alex Dima
9027dfa053 More usage of const enum in LinkComputer 2016-09-12 20:26:55 +02:00
Alex Dima
014d078690 Adopt CharacterClassifier in LinkComputer 2016-09-12 19:40:08 +02:00
Alex Dima
aa0166c2d5 Adopt CharCode in LinkComputer 2016-09-12 19:36:37 +02:00
Alex Dima
261ce27032 More const enum 2016-09-12 19:30:05 +02:00