Commit Graph

14933 Commits

Author SHA1 Message Date
Benjamin Pasero de9d5a97ee fix win tests on tfs 2017-02-07 10:53:41 +01:00
Benjamin Pasero 87fd1dde6d Merge pull request #20095 from mjbvz/improve-markdown-preivew-code-block-styling
Improve Markdown Preview Code Block Styling
2017-02-07 07:19:59 +01:00
Matt Bierner cc2c7c0a1a Improve Markdown Preview Code Block Coloring
Fixes #7776

**Bug**
Code blocks in the markdown preview are not very good looking

**Fix**
Use default text color for indented code blocks and add a background
2017-02-06 17:18:58 -08:00
Matt Bierner 8ac90919c0 Updated yaml grammar 2017-02-06 12:53:38 -08:00
Sandeep Somavarapu 08cf6e916c Fix #20058 2017-02-06 20:44:34 +01:00
Matt Bierner 9af9a80aaa Fix error markers and problems links in untitled js and ts files (#20073)
Fixes #19856
2017-02-06 11:29:12 -08:00
Matt Bierner f401c72a55 Enable Markdown Scroll Syncronization for Untitled Files (#20072)
Fixes #20070

**Bug**
Markdown scroll sync and other sync features do not work for untitled files. The root cause seems to be that the `main.js` markdown file is never loaded

**Fix**
Instead of a using a path without a scheme for `main.js`, use a `file://` path
2017-02-06 11:20:36 -08:00
Matt Bierner ebfd13baca Revert 1c75093313 2017-02-06 10:44:01 -08:00
Christof Marti eeef446bda Bind Save All only on Mac (fixes #14818) 2017-02-06 10:29:39 -08:00
Matt Bierner 4e91a74c6f Fix Markdown Scroll Sync For Windows Path Casing (#20064)
**Bug**
Scroll sync not working for some users on windows

**Fix**
Root cause seems to be that windows drive/path cases can sometimes differ between preview and editor document. Adds a equality check based on `fsPath` as well
2017-02-06 10:19:45 -08:00
Christof Marti 7363c243f2 Clean up (fixes #19569) 2017-02-06 09:38:47 -08:00
Sandeep Somavarapu 118f2011b9 Fix #20041 2017-02-06 18:07:54 +01:00
Benjamin Pasero ff29567bfa Chord keybindings do not show up in menus (fixes #14622) (#20059) 2017-02-06 18:04:19 +01:00
isidor 187de65977 debug: Copy Stack Trace -> Copy Call Stack 2017-02-06 17:58:01 +01:00
Christof Marti 74ac3d102c Don't open Untitled file when Welcome page is opened (fixes #19689) 2017-02-06 08:45:36 -08:00
Alex Dima 7daf390c74 Fixes #19915: Misaligned cursor when editor.fontLigatures enabled 2017-02-06 16:59:50 +01:00
Johannes Rieken 6832ada7a4 Only filter snippets by user-facing languages, #19954 2017-02-06 16:54:19 +01:00
Martin Aeschlimann c07bf9de7a [decorators] Single quotes in the contentText make the content not being rendered at all. Fixes #19922 2017-02-06 16:54:23 +01:00
Alex Dima e1bb3ad6f3 Allow for partial line search scopes 2017-02-06 16:11:30 +01:00
Alexandru Dima f528302555 Merge pull request #15566 from kaiwood/find-in-selection
Enable "Find in selection" within single lines
2017-02-06 16:08:33 +01:00
Sandeep Somavarapu 353f348185 Do not show schema for untitled files #19627 2017-02-06 15:59:16 +01:00
Alex Dima becf0b556d Fixes #19979: Align codelens text to the bottom 2017-02-06 15:34:42 +01:00
Benjamin Pasero 29c4e311cd window title: convert variable format from $() to ${} 2017-02-06 14:31:37 +01:00
Alex Dima fcfa0c3aaa Fixes #20011: Explicit check if the view cursor is hit 2017-02-06 13:04:49 +01:00
Martin Aeschlimann bf3cfd9dd5 Format Document Completely breaks code!!!. Fixes #19813 2017-02-06 12:54:38 +01:00
Joao Moreno 63a69695f7 git: always run in english locale 2017-02-06 12:39:08 +01:00
Joao Moreno cd641b5bf6 fixes #18790 2017-02-06 12:36:29 +01:00
Joao Moreno f9c78602c1 fixes #20029 2017-02-06 12:27:24 +01:00
Joao Moreno 34a847891e git: show first non empty message error 2017-02-06 12:18:04 +01:00
João Moreno b365c687d9 Merge pull request #19434 from typicode/master
Update ghooks (deprecated) devDependency
2017-02-06 12:11:37 +01:00
João Moreno 4d69bbe437 Merge pull request #19967 from Treri/patch-1
git clone nvm with --depth 1, to make clone faster
2017-02-06 12:05:30 +01:00
Sandeep Somavarapu e96b20bd8b Tests for #19773 2017-02-06 12:02:32 +01:00
Sandeep Somavarapu 0d01148b65 Fix #19773 2017-02-06 12:00:48 +01:00
João Moreno cb4a136428 Merge pull request #19667 from initialshl/fix-treeview-dnd-escape-key
Fix explorer selection state when drag ends
2017-02-06 11:45:43 +01:00
João Moreno fce143aede Merge pull request #19387 from chirag64/npmignore-fix
Fixes #18999 - Added .npmignore as a known file type
2017-02-06 11:37:53 +01:00
João Moreno e59e109c6c Merge pull request #18702 from initialshl/extensions-better-decimal-display
Display one decimal place for extensions downloads in Millions
2017-02-06 11:36:12 +01:00
João Moreno 7ec0664017 Merge pull request #17755 from Krzysztof-Cieslak/fix_15343
Fix #15343 - Add `git commit --amend`
2017-02-06 11:34:33 +01:00
Joao Moreno 918db8a7da add confirmation to revert lines 2017-02-06 11:28:48 +01:00
Joao Moreno 52990cd618 Merge branch 'master' into roblou/revertSelectedLines 2017-02-06 11:14:11 +01:00
Johannes Rieken 5e6f2aecf5 large timeout before storing timers 2017-02-06 10:50:10 +01:00
Dirk Baeumer 03c62286b2 Fixes #19991: Generated tasks.json for TypeScript watch mode contains deprecated isWatching field 2017-02-06 10:49:08 +01:00
Johannes Rieken b72a3c544c prof - better timer file names 2017-02-06 10:25:45 +01:00
Dirk Baeumer d0364c2453 Merged in translations 2017-02-06 09:58:19 +01:00
Johannes Rieken 0ca70f86ca tweak perf data 2017-02-06 09:55:28 +01:00
Alex Dima 78490f8570 Fix casing mistake 2017-02-06 09:53:23 +01:00
Benjamin Pasero 693de57e87 Allow to configure title bar information (fixes #1723) (#19932) 2017-02-06 09:50:27 +01:00
Johannes Rieken c1c0b65e28 Merge pull request #19928 from Gama11/patch-2
Some typo fixes
2017-02-06 09:46:52 +01:00
Benjamin Pasero f1127c90a2 Mac: file events are not reported when using workspace path with different casing (fixes #1426) (#19918)
* Mac: file events are not reported when using workspace path with different casing (fixes #1426)

* fix test on linux

* more fixes
2017-02-06 09:06:13 +01:00
Benjamin Pasero 01ae652da3 Merge pull request #19970 from Microsoft/ben/14727
Fuzzy Search in Cmd palette should rank results with closer search terms higher (fixes #14727)
2017-02-06 09:01:27 +01:00
Benjamin Pasero 50388aee2c 💄 2017-02-06 08:22:10 +01:00