Johannes Rieken
030d26e61b
tweak node update/resue logic and add more info when errors happen, #56634 , #57005 , #57006
2018-08-23 11:37:22 +02:00
Matt Bierner
069c71374f
Updating theme scopes for new markdown grammar
2018-08-23 11:35:09 +02:00
Johannes Rieken
f4ce236ad4
keep editor position stable when revealing after previewing, #56983
2018-08-23 10:56:47 +02:00
Matt Bierner
bfae34d749
Update js/ts grammar
2018-08-23 10:54:24 +02:00
Johannes Rieken
84a0f5df42
fix #56983
2018-08-23 10:45:28 +02:00
Sandeep Somavarapu
c2f6520250
Disable only local extension when not running
2018-08-23 10:31:54 +02:00
Benjamin Pasero
63ab3980b2
💄
2018-08-23 10:29:30 +02:00
Benjamin Pasero
1b2dceffb4
💄 (more for https://electronjs.org/docs/tutorial/security )
2018-08-23 10:29:30 +02:00
Johannes Rieken
1324e84235
align breadcrumbs hight with section header height (22px), fixes #56022
2018-08-23 10:03:54 +02:00
Johannes Rieken
e0b85fb2b3
fix #56979
2018-08-23 09:53:31 +02:00
João Moreno
6fa9cb737b
Merge pull request #57014 from ManoelLobo/pr/eslintrc-extension
...
Add .eslintrc extension
2018-08-23 08:20:17 +02:00
Rob Lourens
07618102ef
Fix search unit tests
2018-08-22 19:08:40 -07:00
Rob Lourens
34b3302bb4
#56950 - add details to text search telemetry
2018-08-22 18:45:43 -07:00
Rob Lourens
54507ada73
#56950 - don't swallow promise cancellations inside the EH
2018-08-22 18:43:49 -07:00
Rob Lourens
0fb38550ff
#56950 - add missing 'type'
2018-08-22 18:43:49 -07:00
Rachel Macfarlane
98a9c2570e
Don't render images in comments panel, fixes https://github.com/Microsoft/vscode-pull-request-github/issues/214
2018-08-22 17:41:04 -07:00
Rob Lourens
3933e6b067
Bump node2 #57018
2018-08-22 14:28:37 -07:00
Daniel Imms
4a067ffd6b
Guard proposed API createTerminalRenderer
...
Fixes #56310
2018-08-22 12:58:38 -07:00
Daniel Imms
17a0bbba4e
Remove unused clean flatpak tasks
2018-08-22 11:33:31 -07:00
Rachel Macfarlane
ba055a4e7e
Properly dispose of newCommentWidget, fixes https://github.com/Microsoft/vscode-pull-request-github/issues/235
2018-08-22 11:12:12 -07:00
Jackson Kearl
eb0b066ab7
Fix bug causing settings name to sometimes be improperly copied. ( #56948 )
...
* Fix bug causing settigns name to sometimes be improperly copied.
* Filter arros out on search
* revernt change to name text
* more aggressive filtering of the arrow symbols
2018-08-22 10:40:40 -07:00
Johannes Rieken
75f49fcd33
perf - fix loader stats
2018-08-22 17:32:15 +02:00
Sandeep Somavarapu
6ec4953341
Description of resource should be the parent of the resource
2018-08-22 17:06:31 +02:00
Sandeep Somavarapu
f08007bf9d
Fix #54495
2018-08-22 16:49:56 +02:00
isidor
07c6df15a4
use the e.message as an error variable name
...
fixes #56996
2018-08-22 16:27:05 +02:00
isidor
59d0eadabf
debug: npe
...
fixes #56637
2018-08-22 16:18:33 +02:00
Andre Weinand
f2c62eada0
Merge pull request #56917 from Microsoft/isidorn/removeStdfork
...
debug remove stdFork usage
2018-08-22 16:08:07 +02:00
isidor
e0195d7569
simplify copy path command
2018-08-22 16:07:09 +02:00
Johannes Rieken
1df5a2f9ef
add log level change event, #43275
2018-08-22 15:57:00 +02:00
isidor
5b164efaa1
fixes #57004
2018-08-22 15:51:45 +02:00
Joao Moreno
a9bc997f23
git api: remotes
2018-08-22 15:38:16 +02:00
Andre Weinand
ce5e9e8524
fix formatting
2018-08-22 15:34:09 +02:00
Benjamin Pasero
2a299bb9d0
tweak d.ts to avoid security and deprecation pitfalls
2018-08-22 15:32:11 +02:00
Joao Moreno
1845bc3a64
git api: onDidRunGitStatus
2018-08-22 15:26:49 +02:00
Manoel Lobo
b4fc62b9c5
Add .eslintrc extension
2018-08-22 10:23:45 -03:00
Andre Weinand
961ff68f9a
Remove 'ELECTRON_RUN_AS_NODE' env var on fork
2018-08-22 15:18:41 +02:00
Joao Moreno
78d61d55f4
git: use simpler versioning scheme
2018-08-22 15:09:11 +02:00
Joao Moreno
f9982d29d4
git api: make cwd mandatory
2018-08-22 13:06:26 +02:00
Joao Moreno
a49378e26c
git: cleaner exports
2018-08-22 12:57:05 +02:00
Alexandru Dima
dbd92aa700
Merge pull request #55493 from Microsoft/tyriar/53062_diff_keybinding
...
Use editor.next/prevChange keybinding for diff navigation
2018-08-22 12:47:09 +02:00
Alexandru Dima
5b2dca049b
Merge pull request #52634 from JacksonKearl/feature-demo/auto-closing-config
...
Increase the configurability of auto-closing
2018-08-22 12:38:19 +02:00
Joao Moreno
8983d89550
git extension: expose exec/spawn
2018-08-22 12:34:54 +02:00
Dirk Baeumer
1341461209
Remove stdfork from processes.ts
2018-08-22 12:11:20 +02:00
Johannes Rieken
76f2588111
debt - remove 'remote_schemes'-data, #48275
2018-08-22 12:05:06 +02:00
Alex Dima
e819408492
More small stylistic changes
2018-08-22 11:57:08 +02:00
isidor
5ebee3da04
debug: preserveFocus when automatically opening launch.json
...
fixes #56984
2018-08-22 11:45:47 +02:00
Johannes Rieken
ffe5da332d
bundle node_modules and (shallow) exclude them from the extension #56081
2018-08-22 11:35:41 +02:00
isidor
34f629f7d9
resources: introduce isFileSystemResource context key
...
fixes #48275
2018-08-22 11:32:59 +02:00
Joao Moreno
456437dfaa
git: api 1
2018-08-22 11:30:07 +02:00
Joao Moreno
1bdf8d3eea
Merge branch 'git-api'
2018-08-22 11:26:10 +02:00