Commit Graph

62687 Commits

Author SHA1 Message Date
rebornix
cdfd6eca84 Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-03-16 14:08:26 -07:00
rebornix
d256d562d6 replace first cut 2020-03-16 14:01:03 -07:00
Pine
2e1e484980 Merge pull request #92804 from microsoft/dependabot/npm_and_yarn/build/minimist-1.2.2
Bump minimist from 1.2.0 to 1.2.2 in /build
2020-03-16 13:10:31 -07:00
Benjamin Pasero
379e0e3971 progress - remove options 2020-03-16 15:56:24 -04:00
dependabot[bot]
8be261b49d Bump minimist from 1.2.0 to 1.2.2 in /build
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 19:54:33 +00:00
Eric Amodio
7fcc44cd19 Updates view progress proposal - #92421 2020-03-16 15:50:19 -04:00
dependabot[bot]
83c5b1c9bd Bump acorn from 6.3.0 to 6.4.1 in /extensions/markdown-language-features (#92742)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-16 10:16:40 -07:00
dependabot[bot]
c160edc4d1 Bump acorn from 5.7.1 to 5.7.4 (#92711)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.1...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Imms <daimms@microsoft.com>
2020-03-16 10:16:13 -07:00
rebornix
c41d63139f move cell padding height to constants 2020-03-16 09:42:44 -07:00
Peng Lyu
4996dcddc5 Merge pull request #92593 from microsoft/roblou/addToolbar
Add a toolbar with some basic actions
2020-03-16 09:31:36 -07:00
rebornix
635c2f2aa0 toolbar height 2020-03-16 09:31:12 -07:00
rebornix
57980202e3 Merge branch 'rebornix/notebook' into roblou/addToolbar 2020-03-16 09:25:50 -07:00
rebornix
e6fd2cf4a4 move output height calculation internal 2020-03-16 09:15:57 -07:00
Sandeep Somavarapu
ca4ceeb87d Fix #90074 2020-03-16 16:29:44 +01:00
Jackson Kearl
733f9f8c5a Properly no-op Actions 2020-03-16 08:17:33 -07:00
rebornix
9675f47c7f NPE check find 2020-03-16 08:14:56 -07:00
isidor
08097a230e fixes #92719 2020-03-16 15:55:39 +01:00
isidor
d79cf8ada5 fixes #69768 2020-03-16 15:37:53 +01:00
Daniel Imms
c11c47317d allowMenubarMnemonics -> allowMnemonics 2020-03-16 07:12:46 -07:00
Alex Dima
33f8b720d1 Fix tree shaking 2020-03-16 14:11:33 +01:00
Martin Aeschlimann
66f4239e77 improve message 2020-03-16 14:07:36 +01:00
Martin Aeschlimann
23759742a3 semanticTokensApplied only when tokens are added 2020-03-16 14:07:36 +01:00
Martin Aeschlimann
2243766d3e Show semantic token help 2020-03-16 14:07:36 +01:00
Benjamin Pasero
e983827722 quick access - only switch to provider from help if it is not the default one 2020-03-16 12:03:18 +01:00
Benjamin Pasero
e2982af33d quick access - remove quick open from standalone editor and use quick access instead 🚀 2020-03-16 11:50:18 +01:00
Benjamin Pasero
ab3f677438 quick access - drop default handler 2020-03-16 11:27:54 +01:00
Benjamin Pasero
7f18a4bfee quick input - fix integration tests 2020-03-16 10:31:09 +01:00
Benjamin Pasero
3797e47d60 gotoSymbolAccess => gotoSymbolQuickAccess 2020-03-16 10:07:30 +01:00
Benjamin Pasero
d16702e61c quick access - fix monaco editor treeshaking 2020-03-16 10:06:22 +01:00
Sandeep Somavarapu
2c3c137b19 - rename gallery machined it to service machine id
- extract getting service machine id
2020-03-16 10:01:39 +01:00
Benjamin Pasero
b3787fb148 quick access - some cleanup 2020-03-16 09:42:03 +01:00
Benjamin Pasero
89906c073a quick access - apply configured excludes to symbols 2020-03-16 09:01:38 +01:00
Benjamin Pasero
f44fbc5908 quick access - enable support to open in background
Via arrow right or mouse middle button.
2020-03-16 08:58:03 +01:00
Benjamin Pasero
b792db2714 quick access - always show relative path in symbol picker (fix #76661) 2020-03-16 08:51:46 +01:00
Benjamin Pasero
06742106a1 quick access - "open to side" button for symbols 2020-03-16 08:51:00 +01:00
Benjamin Pasero
0e587865bf quick access - first cut workspace symbols 2020-03-16 08:46:52 +01:00
Benjamin Pasero
a3baf9af13 quick access - allow symbol container matches
Separate the query params using space to search in container.
2020-03-16 08:44:32 +01:00
Benjamin Pasero
0768edf56a quick access - load file symbols after registry is ready (fix #70607) 2020-03-16 08:37:59 +01:00
Benjamin Pasero
1ee18550a9 quick access - render deprecated as strikethrough 2020-03-16 08:34:06 +01:00
Benjamin Pasero
be64126a74 quick access - wrap up goto symbol 2020-03-16 08:32:01 +01:00
Benjamin Pasero
eac4cc2221 quick access - introduce and reuse editor navigation base type 2020-03-16 08:30:16 +01:00
Sandeep Somavarapu
798481c797 fix tests 2020-03-16 07:38:45 +01:00
Miguel Solorio
65a594e847 Fix #92643, vertically align codicons in list views 2020-03-15 19:54:32 -07:00
Jackson Kearl
078b57357e Temporarily revert to GitHub Apps due to Actions account being frozen. 2020-03-15 16:22:47 -07:00
Martin Aeschlimann
493499aeb5 remove workarounds for missing themeServices in tests 2020-03-15 23:52:09 +01:00
Martin Aeschlimann
4b800f014d fix missing IThemeService in tests 2020-03-15 23:21:21 +01:00
Rob Lourens
556eb1ee3d Fix "replace all" breaking after opening search editor
Fix #92443
2020-03-15 10:49:15 -07:00
Martin Aeschlimann
57436a5e65 [theme] store themeSemanticHighlighting and update after load 2020-03-15 17:05:53 +01:00
rebornix
589b5237ee Scroll cell into view major update:
We change `scrollTop` to scroll cells into view, but cell's position
is based on template height, which is not correct. Markdown cells
are dynamic, so after we scroll cells into view, they will change
their real height, thus we need to set `scrollTop` again to adjust
the position again.

For code cell, they will call `updateElementHeight` to change its
size. It should pass in `focusedElement` as the anchor element,
then the focused element will keep its visual position.
2020-03-14 09:57:07 -07:00
rebornix
508dead051 list view resize: anchored element will keep its visual position 2020-03-14 09:41:54 -07:00