Commit graph

2423 commits

Author SHA1 Message Date
Matt Bierner
7d2dea4e45 Add "Include" to extension TSConfig Files (#25860)
**Bug**
Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project

**Fix**
Add  `"include": ["src/**/*"]` to all extension tsconfig files
2017-05-05 11:37:59 -07:00
Daniel Imms
9d5987e8f6 Add terminal colors for solarized themes
Fixes #26065
2017-05-05 10:23:29 -07:00
Daniel Imms
f36141ac5e Remove no longer existing theme key from Red 2017-05-05 08:30:46 -07:00
Daniel Imms
29d0a488d0 Monokai: Don't use transparency in terminal colors
Part of #26050
2017-05-05 08:29:09 -07:00
Martin Aeschlimann
717f328ab7 Snippets with tab (and other control sequences) insert [object Object]. Fixes #25938 2017-05-05 16:32:19 +02:00
João Moreno
6067977ea9 Merge pull request #26008 from letmaik/git-sync-ahead-behind
Show ahead/behind indicator while git syncing
2017-05-05 12:56:12 +02:00
Maik Riechert
1a4f9ab0e6 show ahead/behind while git syncing
reverts fab6f8871a
2017-05-05 10:15:08 +01:00
Matt Bierner
79f9601273 Fix configFileWatcher being disposed of incorrectly 2017-05-04 23:37:05 -07:00
Bradley Meck
d6c61a0e12 Add .mjs to known JavaScript file extensions (#25747)
Also add .es6 in missing places
2017-05-04 16:21:08 -07:00
Daniel Imms
76ec19f240 Monokai: Use standard fg for list highlight
Fixes #25868
2017-05-04 13:01:01 -07:00
Matt Bierner
d13f3e79c8 Fix markdown preview no longer marking selection Fixs #25802 2017-05-04 09:14:34 -07:00
Joao Moreno
4c62dfa0a4 git commit with input bail early 2017-05-04 16:45:49 +02:00
Joao Moreno
b31c1e1fc9 use global settings 2017-05-04 16:42:02 +02:00
Joao Moreno
0dcb957f4c Merge branch 'Issue15613_AllFilesCommitted' of https://github.com/seesemichaelj/vscode into seesemichaelj-Issue15613_AllFilesCommitted 2017-05-04 16:32:37 +02:00
Johannes Rieken
127b909c10 some api test love 2017-05-04 16:22:19 +02:00
Joao Moreno
af6f8aa748 clean up #24950 2017-05-04 16:04:30 +02:00
Joao Moreno
b94f56f7cc Merge branch 'git-default-branch-directory' of https://github.com/ihalip/vscode into ihalip-git-default-branch-directory 2017-05-04 16:00:45 +02:00
Matt Bierner
9b0141aaec Enable Semantics Diagnostics for Inline JS (#25850)
Fixes #25809

**Bug**
Inline js in html currently only reports semantic errors. This means that `// @ts-check` does not work to help catch programming errors

**Fix**
Also report semantic errors in script tags
2017-05-03 15:23:04 -07:00
Matt Bierner
1a8b7a7dc7 Treat Script Tag Contents in HTML as JS (#25847)
**Bug**
Script contents in html are treated as typescript instead of javascript

**Fix**
Explicitly set the script kind to js

Fixes #25846
2017-05-03 12:47:53 -07:00
Matt Bierner
636e3b3cb2 Fix a potential hang when tsserver exits improperly (#25808)
**Bug**
If the TSServer restarts with ongoing requests queued, the new server instance may not properly startup. in the logs, this looks like a series of cancelled request followed by a restart message, and then more cancelled requests of the same series

**fix**
I believe the root cause of this is that the request queue is not properly flushed and the request sequence numbers are not properly reset when starting the new server instance.

Fixes #25807
2017-05-03 09:56:55 -07:00
Johannes Rieken
358eb92d72 make sure default editor position is set, fixes #25801 2017-05-03 14:42:36 +02:00
Matt Bierner
36ce3d156f Show header level in markdown Fixes #25574 2017-05-02 13:38:01 -07:00
Daniel Imms
4b9a244cbf Restore monokai dimmed background
- Restored dimmed monokai bg colors
- Set saturation of blue tinted colors to 0
- Whitespace using indent guide color
- Improve contrast of inactive tab
- Add inputOption.activeBorder and focusBorder

Fixes #25742
2017-05-02 11:11:46 -07:00
Daniel Imms
21ad8e3096 More Monokai refinements
- Focus color is now more muted
- Fixed notification foreground
- Added input option active border
- Added input validation colors
- Added title bar color

Part of #25742
2017-05-02 10:49:49 -07:00
Matt Bierner
0ddd558b29 Pull in updated clojure grammar 2017-05-02 10:37:43 -07:00
Benjamin Pasero
a5d90e09c4 more theme updates (for #25327) 2017-05-02 07:50:21 +02:00
Daniel Imms
479eb68a13 Fix monokai tab border color
Part of #25742
2017-05-01 16:02:58 -07:00
Daniel Imms
de55855f3b Redo monokai colors
Part of #25742
2017-05-01 15:12:18 -07:00
rebornix
24b71e9d56 Tweak Quite Light theme badge color. 2017-05-01 14:51:20 -07:00
Matt Bierner
ef8f884a65 Tweak Red theme colors. Fixes #25744 2017-05-01 14:15:05 -07:00
Andy
36baf609e1 Remove unnecessary parentheses (#25573) 2017-05-01 13:35:35 -07:00
Daniel Imms
b404610117 Tomorrow night blue: Style debug toolbar
Fixes #25641
2017-05-01 11:11:25 -07:00
Daniel Imms
e5979644f4 Make debug status bar readable in tomorrow night blue theme
Fixes #25640
2017-04-30 12:43:21 -07:00
Matt Bierner
0533eec76c Pick up TS 2.3.2 Fixes #25699 2017-04-30 12:27:55 -07:00
Benjamin Pasero
e7ff4c373f Add workbench/editor colors to our built in themes (fixes #25327) 2017-04-29 15:01:44 +02:00
Benjamin Pasero
2b73072d2e theme - get rid of list.focusAndSelectionBackground 2017-04-28 20:03:43 +02:00
Matt Bierner
79b1ec851a Run distro tool 2017-04-28 10:27:47 -07:00
Benjamin Pasero
8382490bda theme - get rid of list.focusAndSelectionForeground 2017-04-28 19:26:04 +02:00
Martin Aeschlimann
b941c0336a WorkspaceEdit type mismatch in css server (for #25623) 2017-04-28 17:59:20 +02:00
Benjamin Pasero
830b94b2c1 themes - get rid of tab.activeWithInactiveEditorGroupForeground and inactiveWithInactiveEditorGroupForeground 2017-04-28 16:16:44 +02:00
Martin Aeschlimann
bf8f73262e Error running rename in CSS. Fixes #25623 2017-04-28 16:03:40 +02:00
Benjamin Pasero
f042999623 themes - get rid of masterDetailsEditor.border 2017-04-28 15:57:44 +02:00
Benjamin Pasero
ff9f7b3baa Consider to use dots instead of camel-case (fixes #25428) (#25621)
* Consider to use dots instead of camel-case (fixes #25428)

* 💄
2017-04-28 15:29:37 +02:00
Benjamin Pasero
52dd6053f4 remove console.log (fyi @aeschli) 2017-04-28 14:27:40 +02:00
Martin Aeschlimann
a6db6bb440 HTML format selection formatting entire line issue. Fixes #25521 2017-04-28 09:58:23 +02:00
Benjamin Pasero
2a202d165a 💄 2017-04-28 09:07:40 +02:00
Christopher Leidigh
cd3a131267 Monokai UI theme - first pass for #25327 (#25599)
* Monokai UI theme - first pass

* Added Dimmed Monokai

* Fixed base colors
2017-04-28 09:04:51 +02:00
Benjamin Pasero
31205bdeb8 use more transparency (for #25482) 2017-04-28 08:53:29 +02:00
Matt Bierner
2225ab4768 Fixes #25589 2017-04-27 17:41:49 -07:00
Matt Bierner
db036ea0c7 Log Traces at correct level when TSServer exists as expected. Fixes #25381 2017-04-27 16:11:40 -07:00