@codingame/monaco-vscode-walkthrough-service-override 15.0.2 → 16.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/package.json +14 -10
  2. package/vscode/src/vs/workbench/browser/media/code-icon.svg +1 -0
  3. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.js +27 -25
  4. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.js +44 -37
  5. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedAccessibleView.js +3 -3
  6. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors.js +7 -7
  7. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedDetailsRenderer.d.ts +1 -1
  8. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedDetailsRenderer.js +2 -2
  9. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint.js +37 -37
  10. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons.js +2 -2
  11. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput.js +2 -2
  12. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService._contribution.js +3 -3
  13. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService.d.ts +3 -1
  14. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService.js +10 -4
  15. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css +831 -0
  16. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/startupPage.js +3 -6
  17. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.js +156 -156
  18. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media/all.png.js +4 -4
  19. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media/all.svg.js +18 -18
  20. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile.js +3 -3
  21. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker.js +5 -5
  22. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough.js +3 -3
  23. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/media/walkThroughPart.css +136 -0
  24. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution.js +2 -2
  25. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart.js +3 -3
  26. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils.js +1 -1
  27. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css.js +0 -6
  28. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/media/walkThroughPart.css.js +0 -6
  29. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/commandPalette.svg +0 -0
  30. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/dark-hc.png +0 -0
  31. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/dark.png +0 -0
  32. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/debug.svg +0 -0
  33. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/extensions-web.svg +0 -0
  34. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/extensions.svg +0 -0
  35. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/git.svg +0 -0
  36. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/languages.svg +0 -0
  37. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/learn.svg +0 -0
  38. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/light-hc.png +0 -0
  39. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/light.png +0 -0
  40. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/menuBar.svg +0 -0
  41. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/multi-file-edits.svg +0 -0
  42. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/openFolder.svg +0 -0
  43. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/profiles.svg +0 -0
  44. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/runTask.svg +0 -0
  45. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/search.svg +0 -0
  46. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/settings.svg +0 -0
  47. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/settingsSync.svg +0 -0
  48. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/shortcuts.svg +0 -0
  49. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/terminal.svg +0 -0
  50. /package/{assets → vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media}/workspaceTrust.svg +0 -0
@@ -1,8 +1,8 @@
1
1
  var pngAssets = {
2
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/dark-hc.png': new URL('../../../../../../../../assets/dark-hc.png', import.meta.url).href,
3
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/dark.png': new URL('../../../../../../../../assets/dark.png', import.meta.url).href,
4
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/light-hc.png': new URL('../../../../../../../../assets/light-hc.png', import.meta.url).href,
5
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/light.png': new URL('../../../../../../../../assets/light.png', import.meta.url).href
2
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/dark-hc.png': new URL('./dark-hc.png', import.meta.url).href,
3
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/dark.png': new URL('./dark.png', import.meta.url).href,
4
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/light-hc.png': new URL('./light-hc.png', import.meta.url).href,
5
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/light.png': new URL('./light.png', import.meta.url).href
6
6
  };
7
7
 
8
8
  export { pngAssets as default };
@@ -1,22 +1,22 @@
1
1
  var svgAssets = {
2
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/commandPalette.svg': new URL('../../../../../../../../assets/commandPalette.svg', import.meta.url).href,
3
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/debug.svg': new URL('../../../../../../../../assets/debug.svg', import.meta.url).href,
4
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/extensions-web.svg': new URL('../../../../../../../../assets/extensions-web.svg', import.meta.url).href,
5
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg': new URL('../../../../../../../../assets/extensions.svg', import.meta.url).href,
6
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/git.svg': new URL('../../../../../../../../assets/git.svg', import.meta.url).href,
7
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/languages.svg': new URL('../../../../../../../../assets/languages.svg', import.meta.url).href,
8
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/learn.svg': new URL('../../../../../../../../assets/learn.svg', import.meta.url).href,
9
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/menuBar.svg': new URL('../../../../../../../../assets/menuBar.svg', import.meta.url).href,
10
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/multi-file-edits.svg': new URL('../../../../../../../../assets/multi-file-edits.svg', import.meta.url).href,
11
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/openFolder.svg': new URL('../../../../../../../../assets/openFolder.svg', import.meta.url).href,
12
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/profiles.svg': new URL('../../../../../../../../assets/profiles.svg', import.meta.url).href,
13
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/runTask.svg': new URL('../../../../../../../../assets/runTask.svg', import.meta.url).href,
14
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/search.svg': new URL('../../../../../../../../assets/search.svg', import.meta.url).href,
15
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/settings.svg': new URL('../../../../../../../../assets/settings.svg', import.meta.url).href,
16
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/settingsSync.svg': new URL('../../../../../../../../assets/settingsSync.svg', import.meta.url).href,
17
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/shortcuts.svg': new URL('../../../../../../../../assets/shortcuts.svg', import.meta.url).href,
18
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/terminal.svg': new URL('../../../../../../../../assets/terminal.svg', import.meta.url).href,
19
- 'vs/workbench/contrib/welcomeGettingStarted/common/media/workspaceTrust.svg': new URL('../../../../../../../../assets/workspaceTrust.svg', import.meta.url).href
2
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/commandPalette.svg': new URL('./commandPalette.svg', import.meta.url).href,
3
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/debug.svg': new URL('./debug.svg', import.meta.url).href,
4
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/extensions-web.svg': new URL('./extensions-web.svg', import.meta.url).href,
5
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg': new URL('./extensions.svg', import.meta.url).href,
6
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/git.svg': new URL('./git.svg', import.meta.url).href,
7
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/languages.svg': new URL('./languages.svg', import.meta.url).href,
8
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/learn.svg': new URL('./learn.svg', import.meta.url).href,
9
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/menuBar.svg': new URL('./menuBar.svg', import.meta.url).href,
10
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/multi-file-edits.svg': new URL('./multi-file-edits.svg', import.meta.url).href,
11
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/openFolder.svg': new URL('./openFolder.svg', import.meta.url).href,
12
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/profiles.svg': new URL('./profiles.svg', import.meta.url).href,
13
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/runTask.svg': new URL('./runTask.svg', import.meta.url).href,
14
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/search.svg': new URL('./search.svg', import.meta.url).href,
15
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/settings.svg': new URL('./settings.svg', import.meta.url).href,
16
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/settingsSync.svg': new URL('./settingsSync.svg', import.meta.url).href,
17
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/shortcuts.svg': new URL('./shortcuts.svg', import.meta.url).href,
18
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/terminal.svg': new URL('./terminal.svg', import.meta.url).href,
19
+ 'vs/workbench/contrib/welcomeGettingStarted/common/media/workspaceTrust.svg': new URL('./workspaceTrust.svg', import.meta.url).href
20
20
  };
21
21
 
22
22
  export { svgAssets as default };
@@ -9,15 +9,15 @@ var notebookProfileContent = () => `
9
9
  <checklist>
10
10
  <checkbox on-checked="command:notebook.setProfile?${profileArg('default')}" checked-on="config.notebook.cellFocusIndicator == 'border' && config.notebook.insertToolbarLocation == 'both' && config.notebook.globalToolbar == false && config.notebook.compactView == true && config.notebook.showCellStatusBar == 'visible'">
11
11
  <img width="${imageSize}" src="./notebookThemes/default.png"/>
12
- ${escape(( localize(11295, "Default")))}
12
+ ${escape(( localize(11620, "Default")))}
13
13
  </checkbox>
14
14
  <checkbox on-checked="command:notebook.setProfile?${profileArg('jupyter')}" checked-on="config.notebook.cellFocusIndicator == 'gutter' && config.notebook.insertToolbarLocation == 'notebookToolbar' && config.notebook.globalToolbar == true && config.notebook.compactView == true && config.notebook.showCellStatusBar == 'visible'">
15
15
  <img width="${imageSize}" src="./notebookThemes/jupyter.png"/>
16
- ${escape(( localize(11296, "Jupyter")))}
16
+ ${escape(( localize(11621, "Jupyter")))}
17
17
  </checkbox>
18
18
  <checkbox on-checked="command:notebook.setProfile?${profileArg('colab')}" checked-on="config.notebook.cellFocusIndicator == 'border' && config.notebook.insertToolbarLocation == 'betweenCells' && config.notebook.globalToolbar == false && config.notebook.compactView == false && config.notebook.showCellStatusBar == 'hidden'">
19
19
  <img width="${imageSize}" src="./notebookThemes/colab.png"/>
20
- ${escape(( localize(11297, "Colab")))}
20
+ ${escape(( localize(11622, "Colab")))}
21
21
  </checkbox>
22
22
  </checklist>
23
23
  </vertically-centered>
@@ -8,26 +8,26 @@ var themePickerContent = () => `
8
8
  <div class="theme-picker-row">
9
9
  <checkbox when-checked="setTheme:${ThemeSettingDefaults.COLOR_THEME_DARK}" checked-on="config.workbench.colorTheme == '${ThemeSettingDefaults.COLOR_THEME_DARK}'">
10
10
  <img width="200" src="./dark.png"/>
11
- ${escape(( localize(11298, "Dark Modern")))}
11
+ ${escape(( localize(11623, "Dark Modern")))}
12
12
  </checkbox>
13
13
  <checkbox when-checked="setTheme:${ThemeSettingDefaults.COLOR_THEME_LIGHT}" checked-on="config.workbench.colorTheme == '${ThemeSettingDefaults.COLOR_THEME_LIGHT}'">
14
14
  <img width="200" src="./light.png"/>
15
- ${escape(( localize(11299, "Light Modern")))}
15
+ ${escape(( localize(11624, "Light Modern")))}
16
16
  </checkbox>
17
17
  </div>
18
18
  <div class="theme-picker-row">
19
19
  <checkbox when-checked="setTheme:${ThemeSettingDefaults.COLOR_THEME_HC_DARK}" checked-on="config.workbench.colorTheme == '${ThemeSettingDefaults.COLOR_THEME_HC_DARK}'">
20
20
  <img width="200" src="./dark-hc.png"/>
21
- ${escape(( localize(11300, "Dark High Contrast")))}
21
+ ${escape(( localize(11625, "Dark High Contrast")))}
22
22
  </checkbox>
23
23
  <checkbox when-checked="setTheme:${ThemeSettingDefaults.COLOR_THEME_HC_LIGHT}" checked-on="config.workbench.colorTheme == '${ThemeSettingDefaults.COLOR_THEME_HC_LIGHT}'">
24
24
  <img width="200" src="./light-hc.png"/>
25
- ${escape(( localize(11301, "Light High Contrast")))}
25
+ ${escape(( localize(11626, "Light High Contrast")))}
26
26
  </checkbox>
27
27
  </div>
28
28
  </checklist>
29
29
  <checkbox class="theme-picker-link" when-checked="command:workbench.action.selectTheme" checked-on="false">
30
- ${escape(( localize(11302, "See More Themes...")))}
30
+ ${escape(( localize(11627, "See More Themes...")))}
31
31
  </checkbox>
32
32
  `;
33
33
 
@@ -13,7 +13,7 @@ walkThroughContentRegistry.registerProvider('vs/workbench/contrib/welcomeWalkthr
13
13
  const typeId = 'workbench.editors.walkThroughInput';
14
14
  const inputOptions = {
15
15
  typeId,
16
- name: ( localize(11321, "Editor Playground")),
16
+ name: ( localize(11646, "Editor Playground")),
17
17
  resource: ( FileAccess.asBrowserUri(
18
18
  'vs/workbench/contrib/welcomeWalkthrough/browser/editor/vs_code_editor_walkthrough.md'
19
19
  ))
@@ -25,7 +25,7 @@ const inputOptions = {
25
25
  };
26
26
  class EditorWalkThroughAction extends Action2 {
27
27
  static { this.ID = 'workbench.action.showInteractivePlayground'; }
28
- static { this.LABEL = ( localize2(11322, 'Interactive Editor Playground')); }
28
+ static { this.LABEL = ( localize2(11647, 'Interactive Editor Playground')); }
29
29
  constructor() {
30
30
  super({
31
31
  id: EditorWalkThroughAction.ID,
@@ -33,7 +33,7 @@ class EditorWalkThroughAction extends Action2 {
33
33
  category: Categories.Help,
34
34
  f1: true,
35
35
  metadata: {
36
- description: ( localize2(11323, "Opens an interactive playground for learning about the editor."))
36
+ description: ( localize2(11648, "Opens an interactive playground for learning about the editor."))
37
37
  }
38
38
  });
39
39
  }
@@ -0,0 +1,136 @@
1
+ .monaco-workbench .part.editor > .content .walkThroughContent {
2
+ box-sizing: border-box;
3
+ padding: 10px 20px;
4
+ line-height: 22px;
5
+ height: inherit;
6
+ user-select: initial;
7
+ -webkit-user-select: initial;
8
+ }
9
+ .monaco-workbench .part.editor > .content .walkThroughContent img {
10
+ max-width: 100%;
11
+ max-height: 100%;
12
+ }
13
+ .monaco-workbench .part.editor > .content .walkThroughContent a {
14
+ text-decoration: var(--text-link-decoration);
15
+ }
16
+ .monaco-workbench .part.editor > .content .walkThroughContent a:focus,
17
+ .monaco-workbench .part.editor > .content .walkThroughContent input:focus,
18
+ .monaco-workbench .part.editor > .content .walkThroughContent select:focus,
19
+ .monaco-workbench .part.editor > .content .walkThroughContent textarea:focus {
20
+ outline: 1px solid -webkit-focus-ring-color;
21
+ outline-offset: -1px;
22
+ }
23
+ .monaco-workbench .part.editor > .content .walkThroughContent hr {
24
+ border: 0;
25
+ height: 2px;
26
+ border-bottom: 2px solid;
27
+ }
28
+ .monaco-workbench .part.editor > .content .walkThroughContent h1,
29
+ .monaco-workbench .part.editor > .content .walkThroughContent h2,
30
+ .monaco-workbench .part.editor > .content .walkThroughContent h3 {
31
+ font-weight: lighter;
32
+ margin-top: 20px;
33
+ margin-bottom: 10px;
34
+ }
35
+ .monaco-workbench .part.editor > .content .walkThroughContent h1 {
36
+ padding-bottom: 0.3em;
37
+ line-height: 1.2;
38
+ border-bottom-width: 1px;
39
+ border-bottom-style: solid;
40
+ font-size: 40px;
41
+ margin-bottom: 15px;
42
+ }
43
+ .monaco-workbench .part.editor > .content .walkThroughContent h2 {
44
+ font-size: 30px;
45
+ margin-top: 30px;
46
+ }
47
+ .monaco-workbench .part.editor > .content .walkThroughContent h3 {
48
+ font-size: 22px;
49
+ }
50
+ .monaco-workbench .part.editor > .content .walkThroughContent h4 {
51
+ font-size: 12px;
52
+ text-transform: uppercase;
53
+ margin-top: 30px;
54
+ margin-bottom: 10px;
55
+ }
56
+ .monaco-workbench .part.editor > .content .walkThroughContent a:hover {
57
+ text-decoration: underline;
58
+ }
59
+ .monaco-workbench .part.editor > .content .walkThroughContent table {
60
+ border-collapse: collapse;
61
+ }
62
+ .monaco-workbench .part.editor > .content .walkThroughContent table > thead > tr > th {
63
+ text-align: left;
64
+ border-bottom: 1px solid;
65
+ }
66
+ .monaco-workbench .part.editor > .content .walkThroughContent table > thead > tr > th,
67
+ .monaco-workbench .part.editor > .content .walkThroughContent table > thead > tr > td,
68
+ .monaco-workbench .part.editor > .content .walkThroughContent table > tbody > tr > th,
69
+ .monaco-workbench .part.editor > .content .walkThroughContent table > tbody > tr > td {
70
+ padding: 5px 10px;
71
+ }
72
+ .monaco-workbench .part.editor > .content .walkThroughContent table > tbody > tr + tr > td {
73
+ border-top: 1px solid;
74
+ }
75
+ .monaco-workbench .part.editor > .content .walkThroughContent code,
76
+ .monaco-workbench .part.editor > .content .walkThroughContent .shortcut {
77
+ font-family: var(--monaco-monospace-font);
78
+ font-size: 14px;
79
+ line-height: 19px;
80
+ }
81
+ .monaco-workbench .part.editor > .content .walkThroughContent blockquote {
82
+ margin: 0 7px 0 5px;
83
+ padding: 0 16px 0 10px;
84
+ border-left: 5px solid;
85
+ background: var(--vscode-textBlockQuote-background);
86
+ border-color: var(--vscode-textBlockQuote-border);
87
+ }
88
+ .monaco-workbench .part.editor > .content .walkThroughContent .monaco-tokenized-source {
89
+ white-space: pre;
90
+ }
91
+ .file-icons-enabled .show-file-icons .vs_code_editor_walkthrough\.md-name-file-icon.md-ext-file-icon.ext-file-icon.markdown-lang-file-icon.file-icon::before {
92
+ content: ' ';
93
+ background-image: url('../../../../browser/media/code-icon.svg');
94
+ }
95
+ .monaco-workbench .part.editor > .content .walkThroughContent .mac-only,
96
+ .monaco-workbench .part.editor > .content .walkThroughContent .windows-only,
97
+ .monaco-workbench .part.editor > .content .walkThroughContent .linux-only {
98
+ display: none;
99
+ }
100
+ .monaco-workbench.mac .part.editor > .content .walkThroughContent .mac-only {
101
+ display: initial;
102
+ }
103
+ .monaco-workbench.windows .part.editor > .content .walkThroughContent .windows-only {
104
+ display: initial;
105
+ }
106
+ .monaco-workbench.linux .part.editor > .content .walkThroughContent .linux-only {
107
+ display: initial;
108
+ }
109
+ .monaco-workbench.hc-black .part.editor > .content .walkThroughContent .monaco-editor,
110
+ .monaco-workbench.hc-light .part.editor > .content .walkThroughContent .monaco-editor {
111
+ border-width: 1px;
112
+ border-style: solid;
113
+ }
114
+ .monaco-workbench .part.editor > .content .walkThroughContent a[href] {
115
+ color: var(--vscode-textLink-foreground);
116
+ }
117
+ .monaco-workbench .part.editor > .content .walkThroughContent a:hover,
118
+ .monaco-workbench .part.editor > .content .walkThroughContent a[href]:active {
119
+ color: var(--vscode-textLink-activeForeground);
120
+ }
121
+ .monaco-workbench .part.editor > .content .walkThroughContent a[href]:focus {
122
+ outline-color: var(--vscode-focusBorder);
123
+ }
124
+ .monaco-workbench .part.editor > .content .walkThroughContent code,
125
+ .monaco-workbench .part.editor > .content .walkThroughContent .shortcut {
126
+ color: var(--vscode-textPreformat-foreground);
127
+ background-color: var(--vscode-textPreformat-background);
128
+ border-radius: 3px;
129
+ }
130
+ .monaco-workbench .part.editor > .content .walkThroughContent .monaco-editor {
131
+ border-color: var(--vscode-contrastBorder);
132
+ }
133
+ .monaco-workbench .part.editor > .content .walkThroughContent .monaco-editor-background,
134
+ .monaco-workbench .part.editor > .content .walkThroughContent .margin-view-overlays {
135
+ background: var(--vscode-walkThrough-embeddedEditorBackground);
136
+ }
@@ -14,7 +14,7 @@ import { EditorPaneDescriptor } from '@codingame/monaco-vscode-12c5f9eb-72d3-57c
14
14
  import { KeybindingsRegistry } from '@codingame/monaco-vscode-api/vscode/vs/platform/keybinding/common/keybindingsRegistry';
15
15
 
16
16
  ( Registry.as(EditorExtensions.EditorPane))
17
- .registerEditorPane(EditorPaneDescriptor.create(WalkThroughPart, WalkThroughPart.ID, ( localize(11324, "Playground"))), [( new SyncDescriptor(WalkThroughInput))]);
17
+ .registerEditorPane(EditorPaneDescriptor.create(WalkThroughPart, WalkThroughPart.ID, ( localize(11649, "Playground"))), [( new SyncDescriptor(WalkThroughInput))]);
18
18
  registerAction2(EditorWalkThroughAction);
19
19
  ( Registry.as(EditorExtensions.EditorFactory)).registerEditorSerializer(EditorWalkThroughInputSerializer.ID, EditorWalkThroughInputSerializer);
20
20
  registerWorkbenchContribution2(WalkThroughSnippetContentProvider.ID, WalkThroughSnippetContentProvider, { editorTypeId: WalkThroughPart.ID });
@@ -26,7 +26,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarHelpMenu, {
26
26
  group: '1_welcome',
27
27
  command: {
28
28
  id: 'workbench.action.showInteractivePlayground',
29
- title: ( localize(11325, "Editor Playgrou&&nd"))
29
+ title: ( localize(11650, "Editor Playgrou&&nd"))
30
30
  },
31
31
  order: 3
32
32
  });
@@ -1,7 +1,7 @@
1
1
 
2
2
  import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
3
  import '../common/walkThroughUtils.js';
4
- import './media/walkThroughPart.css.js';
4
+ import './media/walkThroughPart.css';
5
5
  import { DomScrollableElement } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/ui/scrollbar/scrollableElement';
6
6
  import { Gesture, EventType } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/touch';
7
7
  import { ScrollbarVisibility } from '@codingame/monaco-vscode-api/vscode/vs/base/common/scrollable';
@@ -35,7 +35,7 @@ import { IExtensionService } from '@codingame/monaco-vscode-api/vscode/vs/workbe
35
35
 
36
36
  var WalkThroughPart_1;
37
37
  const WALK_THROUGH_FOCUS = ( new RawContextKey('interactivePlaygroundFocus', false));
38
- const UNBOUND_COMMAND = ( localize(11326, "unbound"));
38
+ const UNBOUND_COMMAND = ( localize(11651, "unbound"));
39
39
  const WALK_THROUGH_EDITOR_VIEW_STATE_PREFERENCE_KEY = 'walkThroughEditorViewState';
40
40
  let WalkThroughPart = class WalkThroughPart extends EditorPane {
41
41
  static { WalkThroughPart_1 = this; }
@@ -145,7 +145,7 @@ let WalkThroughPart = class WalkThroughPart extends EditorPane {
145
145
  }
146
146
  open(uri) {
147
147
  if (uri.scheme === 'command' && uri.path === 'git.clone' && !CommandsRegistry.getCommand('git.clone')) {
148
- this.notificationService.info(( localize(11327, "It looks like Git is not installed on your system.")));
148
+ this.notificationService.info(( localize(11652, "It looks like Git is not installed on your system.")));
149
149
  return;
150
150
  }
151
151
  this.openerService.open(this.addFrom(uri), { allowCommands: true });
@@ -14,6 +14,6 @@ import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
14
14
  import { Color, RGBA } from '@codingame/monaco-vscode-api/vscode/vs/base/common/color';
15
15
 
16
16
  registerColor('walkThrough.embeddedEditorBackground', { dark: ( new Color(( new RGBA(0, 0, 0, .4)))), light: '#f4f4f4', hcDark: null, hcLight: null }, ( localize(
17
- 11328,
17
+ 11653,
18
18
  'Background color for the embedded editors on the Interactive Playground.'
19
19
  )));
@@ -1,6 +0,0 @@
1
- import n from '@codingame/monaco-vscode-api/external/rollup-plugin-styles/dist/runtime/inject-css';
2
-
3
- var css = ".file-icons-enabled .show-file-icons .vscode_getting_started_page-name-file-icon.file-icon:before{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik0xMDI0IDEwMjRIMFYwaDEwMjR2MTAyNHoiIHN0eWxlPSJmaWxsOiNmNmY2ZjY7ZmlsbC1vcGFjaXR5OjAiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTAyNCA4NS4zMzN2ODUzLjMzM0gwVjg1LjMzM2gxMDI0eiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik0wIDg1LjMzM2gyOTguNjY3djg1My4zMzNIMFY4NS4zMzN6bTEwMjQgMHY4NTMuMzMzSDM4NFY4NS4zMzNoNjQwem0tNTU0LjY2NyAxNjBoMzQxLjMzM3YtNjRINDY5LjMzM3Y2NHptMzQxLjMzNCA1MzMuMzM0SDQ2OS4zMzN2NjRoMzQxLjMzM2wuMDAxLTY0em0xMjgtMTQ5LjMzNEg1OTcuMzMzdjY0aDM0MS4zMzNsLjAwMS02NHptMC0xNDkuMzMzSDU5Ny4zMzN2NjRoMzQxLjMzM2wuMDAxLTY0em0wLTE0OS4zMzNINTk3LjMzM3Y2NGgzNDEuMzMzbC4wMDEtNjR6IiBzdHlsZT0iZmlsbDojMTY3YWJmIi8+PC9zdmc+\");content:\" \"}.monaco-workbench .part.editor>.content .gettingStartedContainer{box-sizing:border-box;height:inherit;line-height:22px;outline:none;overflow:hidden;position:relative;user-select:auto;-webkit-user-select:initial;width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer.loading{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer img{max-height:100%;max-width:100%;object-fit:contain;pointer-events:none}.monaco-workbench .part.editor>.content .gettingStartedContainer{font-size:13px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStarted{height:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer h1{border:none;font-size:2.7em;font-weight:400;margin:0;padding:5px 0 0;white-space:nowrap}.monaco-workbench .part.editor>.content .gettingStartedContainer .title{flex:1 100%;margin-bottom:1em;margin-top:1em}.monaco-workbench .part.editor>.content .gettingStartedContainer .subtitle{display:block;font-size:2em;margin-top:.6em}.monaco-workbench.hc-black .part.editor>.content .gettingStartedContainer .subtitle,.monaco-workbench.hc-light .part.editor>.content .gettingStartedContainer .subtitle{font-weight:200}.monaco-workbench .part.editor>.content .gettingStartedContainer h2{font-size:1.5em;font-weight:400;line-height:normal;margin-bottom:5px;margin-top:0}.monaco-workbench .part.editor>.content .gettingStartedContainer a:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide{box-sizing:border-box;height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories{padding:12px 24px}.monaco-workbench .part.editor>.content .gettingStartedContainer.animatable .gettingStartedSlide{transition:left .25s,opacity .25s}.monaco-workbench.reduce-motion .part.editor>.content .gettingStartedContainer .gettingStartedSlide,.monaco-workbench.reduce-motion .part.editor>.content .gettingStartedContainer.animatable .gettingStartedSlide{transition:left 0s,opacity 0s}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer{display:grid;grid-template-areas:\". header header header .\" \". left-column . right-column .\" \". footer footer footer .\";grid-template-columns:1fr 6fr 1fr 6fr 1fr;grid-template-rows:25% minmax(min-content,auto) min-content;height:100%;margin:0 auto;max-width:1200px}.monaco-workbench .part.editor>.content .gettingStartedContainer.width-constrained .gettingStartedSlideCategories>.gettingStartedCategoriesContainer{grid-template-areas:\"header\" \"left-column\" \"right-column\" \"footer\";grid-template-columns:1fr;grid-template-rows:auto min-content minmax(min-content,auto) min-content}.monaco-workbench .part.editor>.content .gettingStartedContainer.height-constrained .gettingStartedSlideCategories>.gettingStartedCategoriesContainer{grid-template-areas:\"header\" \"left-column right-column\" \"footer footer\";grid-template-rows:auto minmax(min-content,auto) min-content}.monaco-workbench .part.editor>.content .gettingStartedContainer.height-constrained.width-constrained .gettingStartedSlideCategories>.gettingStartedCategoriesContainer{grid-template-areas:\"left-column\" \"right-column\" \"footer\";grid-template-columns:1fr;grid-template-rows:min-content minmax(min-content,auto) min-content}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories li.showWalkthroughsEntry,.monaco-workbench .part.editor>.content .gettingStartedContainer.height-constrained .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.header,.monaco-workbench .part.editor>.content .gettingStartedContainer.width-constrained .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.header{display:none}.gettingStartedContainer.noExtensions,.monaco-workbench .part.editor>.content .gettingStartedContainer.noWalkthroughs .gettingStartedSlideCategories li.showWalkthroughsEntry{display:unset}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>*{overflow:hidden;text-overflow:ellipsis}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.categories-column>div{margin-bottom:32px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.categories-column-left{grid-area:left-column}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.categories-column-right{grid-area:right-column}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.header{align-self:end;grid-area:header}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.footer{grid-area:footer;justify-self:center;text-align:center}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .categories-slide-container{max-width:1200px;width:90%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .gap{flex:150px 0 1000}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .category-title{display:inline-block;font-size:14px;font-weight:500;margin:4px 0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .category-progress{bottom:0;left:0;position:absolute;width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category.no-progress{padding:3px 6px}.monaco-workbench .part.editor>.content .gettingStartedContainer .getting-started-category.no-progress .category-progress{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories ul{line-height:24px;list-style:none;margin:0;padding-left:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories li{list-style:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .path{padding-left:1em}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .featured-icon,.monaco-workbench .part.editor>.content .gettingStartedContainer .icon-widget{font-size:20px;padding-right:8px;position:relative;top:3px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .codicon:not(.icon-widget,.featured-icon,.hide-category-button){margin:0 2px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .codicon:first-child{margin-left:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .start-container img{max-height:16px;max-width:16px;padding-right:8px;position:relative;top:3px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .keybinding-label{padding-left:1em}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .progress-bar-outer{height:4px;margin-top:4px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .progress-bar-inner{height:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category{box-sizing:border-box;font-size:13px;line-height:normal;margin:8px 8px 8px 0;padding:3px 6px 6px;text-align:left;width:calc(100% - 16px)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .getting-started-category{border-radius:6px;overflow:hidden;position:relative}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .main-content{align-items:center;display:flex;justify-content:flex-start;width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .description-content{margin-left:28px;text-align:left}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .description-content>.codicon{font-size:16px;padding-right:1px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .description-content:not(:empty){margin-bottom:8px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .new-badge{align-self:flex-start;border-radius:4px;font-size:11px;justify-self:flex-end;margin:4px;padding:2px 4px;white-space:nowrap}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .featured-badge{left:-8px;position:relative;top:-4px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .featured{border-right:40px solid transparent;border-top:30px solid var(--vscode-activityBarBadge-background);box-sizing:border-box;height:20px;position:absolute;width:30px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .featured .featured-icon{font-size:14px;left:4px;top:-30px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .codicon.hide-category-button{margin-left:auto;right:8px;top:4px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category.featured .icon-widget{visibility:hidden}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .getting-started-category img.category-icon{max-height:20px;max-width:20px;padding-right:8px;position:relative;top:auto}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .getting-started-category img.featured-icon{border-radius:4px;max-height:24px;max-width:24px;padding-right:8px;position:relative;top:auto}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-category img.category-icon{margin-left:10px;margin-right:10px;max-height:32px;max-width:32px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails{display:flex;flex-direction:column;overflow:hidden}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gap{flex:150px 0 1000}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-category{display:flex;margin-bottom:24px;min-height:auto}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-columns .gap{flex:150px 1 1000}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.getting-started-category>.codicon-getting-started-setup{font-size:28px;margin-right:8px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-columns{display:flex;justify-content:flex-start;max-height:calc(100% - 40px);padding:40px 40px 0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step{border-radius:6px;display:flex;overflow:hidden;width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .button-container:not(:last-of-type){margin-bottom:6px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step.expanded{border:1px solid var(--vscode-welcomePage-tileBorder);cursor:default!important}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step.expanded h3{color:var(--vscode-walkthrough-stepTitle-foreground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step.expanded>.codicon{cursor:pointer!important}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step:not(.expanded){background:none;color:var(--vscode-descriptionForeground);height:48px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step:not(.expanded):hover{background:var(--vscode-welcomePage-tileHoverBackground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step:not(.expanded) .step-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:inherit}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-title .codicon{position:relative;top:2px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-columns .getting-started-detail-left>div{width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step:not(.expanded) .step-description-container{visibility:hidden}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-container{width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description{padding-top:8px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .actions{align-items:center;display:flex;margin-top:12px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .shortcut-message{color:var(--vscode-descriptionForeground);display:flex;font-size:12px;margin-top:12px;white-space:pre}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .shortcut-message .keybinding{font-weight:600}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .shortcut-message .monaco-keybinding>.monaco-keybinding-key{border-radius:2px;border-style:solid;border-width:1px;display:inline-block;font-size:10px;margin:0 2px;padding:2px 3px;vertical-align:top}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-next{margin-left:auto;margin-right:10px;padding:6px 12px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .codicon.hidden{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .codicon-getting-started-step-checked,.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .codicon-getting-started-step-unchecked{margin-right:8px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step-action{font-size:13px;margin-bottom:0;padding:6px 12px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-left{display:flex;flex-direction:column;max-width:400px;min-width:330px;width:40%}.monaco-workbench .part.editor>.content .gettingStartedContainer .full-height-scrollable,.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-container{height:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent{display:grid;grid-template-areas:\". back . media .\" \". title . media .\" \". steps . media .\" \". . . media .\" \". footer footer footer .\";grid-template-columns:1fr 5fr 1fr 8fr;grid-template-rows:calc(25% - 100px) auto auto 1fr auto;height:100%;margin:0 auto;max-width:80%;padding:0 32px}.monaco-workbench .part.editor>.content .gettingStartedContainer.width-semi-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent{grid-template-areas:\"back\" \"title\" \"steps\" \"media\" \"footer\";grid-template-columns:auto;grid-template-rows:30px max-content minmax(30%,max-content) minmax(30%,1fr) auto;max-width:500px;row-gap:4px}.monaco-workbench .part.editor>.content .gettingStartedContainer.width-semi-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent.markdown{grid-template-rows:30px max-content minmax(30%,max-content) minmax(40%,1fr) auto}.monaco-workbench .part.editor>.content .gettingStartedContainer.width-semi-constrained.height-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent{grid-template-rows:0 max-content minmax(25%,max-content) minmax(25%,1fr) auto}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.prev-button{grid-area:back}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.getting-started-category{align-self:flex-end;grid-area:title}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.steps-container{grid-area:steps;height:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.getting-started-media{align-self:center;grid-area:media}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent.video>.getting-started-media{align-self:self-start;display:flex;grid-area:steps-start/media-start/footer-start/media-end;height:100%;justify-content:center;width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer.width-semi-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent.video>.getting-started-media{display:flex;grid-area:media;height:inherit;justify-content:center;width:inherit}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent.markdown>.getting-started-media{height:inherit}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent.image>.getting-started-media{align-self:unset;display:flex;grid-area:title-start/media-start/steps-end/media-end;justify-content:center}.monaco-workbench .part.editor>.content .gettingStartedContainer.width-semi-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent.image>.getting-started-media{display:flex;grid-area:media;height:inherit;justify-content:center;width:inherit}.monaco-workbench .part.editor>.content .gettingStartedContainer.width-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent.image>.getting-started-media,.monaco-workbench .part.editor>.content .gettingStartedContainer.width-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent.video>.getting-started-media{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.getting-started-media>video{max-height:100%;max-width:100%}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.getting-started-footer{align-self:flex-end;grid-area:footer;justify-self:center;text-align:center}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-right{align-items:flex-start;display:flex;justify-content:center;max-width:800px;min-height:300px;min-width:400px;padding:0 0 20px 44px;width:66%}.monaco-workbench .part.editor>.content .gettingStartedContainer .index-list.getting-started .button-link{margin:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .index-list.getting-started .see-all-walkthroughs{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer.someWalkthroughsHidden .index-list.getting-started .see-all-walkthroughs{display:inline}.monaco-workbench .part.editor>.content .gettingStartedContainer.noWalkthroughs .index-list.getting-started{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-right img{cursor:unset;object-fit:contain}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-detail-right img.clickable{cursor:pointer}.monaco-workbench .part.editor>.content .gettingStartedContainer button{border:none;color:inherit;font-family:inherit;font-size:13px;margin:1px 0;padding:16px;text-align:left}.monaco-workbench .part.editor>.content .gettingStartedContainer button:hover{cursor:pointer}.monaco-workbench .part.editor>.content .gettingStartedContainer button:focus{outline:none}.monaco-workbench .part.editor>.content .gettingStartedContainer button:focus-visible{outline:1px solid var(--vscode-focusBorder);outline-offset:-1px}.monaco-workbench .part.editor>.content .gettingStartedContainer .prev-button.button-link{display:none;left:40px;margin:10px;padding:0 2px 2px;position:absolute;top:5px;z-index:1}.monaco-workbench .part.editor>.content .gettingStartedContainer.height-constrained .prev-button.button-link,.monaco-workbench .part.editor>.content .gettingStartedContainer.width-semi-constrained .prev-button.button-link{left:0;top:-10px}.monaco-workbench .part.editor>.content .gettingStartedContainer.height-constrained .prev-button.button-link .codicon{font-size:20px}.monaco-workbench .part.editor>.content .gettingStartedContainer.height-constrained .prev-button.button-link .moreText{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer .prev-button:hover{cursor:pointer}.monaco-workbench .part.editor>.content .gettingStartedContainer .prev-button .codicon{left:-4px;position:relative;top:3px}.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link .codicon-arrow-right{padding-left:4px}.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link .codicon-check-all{padding-right:4px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .skip{display:block;margin:2px auto;text-align:center;width:fit-content}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails h2{font-size:26px;font-weight:400;margin:0 0 8px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails h2 .codicon{font-size:20px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails h3{font-size:13px;font-weight:600;margin:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .subtitle{font-size:16px;margin:0;padding:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStarted.showCategories .gettingStartedSlideDetails{left:100%;opacity:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStarted.showDetails .gettingStartedSlideCategories{left:-100%;opacity:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStarted.showDetails .categoriesScrollbar .scrollbar.vertical{display:none}.monaco-workbench .part.editor>.content .gettingStartedContainer .done-next-container{display:flex;padding:16px}.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link{background:transparent;cursor:pointer;margin:2px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis}.monaco-workbench .part.editor>.content .gettingStartedContainer .done-next-container .button-link{align-items:center;display:flex}.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link.next{margin-left:auto}.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link:hover{background:transparent}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .openAWalkthrough>button,.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .showOnStartup{align-items:center;display:flex;gap:8px;justify-content:center;text-align:center}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-checkbox{border:1px solid transparent;border-radius:3px;color:inherit!important;height:18px;margin-right:9px;padding:0;width:18px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-checkbox.codicon:not(.checked):before{opacity:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.footer p{margin:0}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer .index-list.start-container{margin-bottom:16px;min-height:156px}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories>.gettingStartedCategoriesContainer>.footer>button{text-align:center}.monaco-workbench .part.editor>.content .gettingStartedContainer .getting-started-category .codicon{top:0}.monaco-workbench .part.editor>.content .getting-started-category .codicon-star-full:before{vertical-align:middle}.monaco-workbench .part.editor>.content .gettingStartedContainer .hide-category-button{visibility:hidden}.monaco-workbench .part.editor>.content .gettingStartedContainer .getting-started-category:focus-within .hide-category-button,.monaco-workbench .part.editor>.content .gettingStartedContainer .getting-started-category:hover .hide-category-button{visibility:visible}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container span{line-height:1.3em}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container .monaco-button,.monaco-workbench .part.editor>.content .gettingStartedContainer .max-lines-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container .monaco-button{align-items:center;display:flex;height:24px;min-width:max-content;padding:0 11px;width:fit-content}.monaco-workbench .part.editor>.content .gettingStartedContainer .hide-category-button{border-radius:5px;padding:3px}.monaco-workbench .part.editor>.content .gettingStartedContainer .hide-category-button:before{vertical-align:unset}.monaco-workbench .part.editor>.content .gettingStartedContainer .hide-category-button:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-workbench .part.editor>.content .gettingStartedContainer{background:var(--vscode-welcomePage-background);color:var(--vscode-foreground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .description{color:var(--vscode-descriptionForeground);line-height:1.4em}.monaco-workbench .part.editor>.content .gettingStartedContainer .category-progress .message,.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent>.getting-started-footer{color:var(--vscode-descriptionForeground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .codicon-getting-started-step-checked,.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step.expanded .codicon-getting-started-step-unchecked,.monaco-workbench .part.editor>.content .gettingStartedContainer .icon-widget{color:var(--vscode-textLink-foreground)}.monaco-workbench .part.editor>.content .gettingStartedContainer button{background:var(--vscode-welcomePage-tileBackground)}.monaco-workbench .part.editor>.content .gettingStartedContainer button:hover{background:var(--vscode-welcomePage-tileHoverBackground);outline-color:var(--vscode-contrastActiveBorder,var(--vscode-focusBorder))}.monaco-workbench .part.editor>.content .gettingStartedContainer button.expanded:hover{background:var(--vscode-welcomePage-tileBackground)}.monaco-workbench .part.editor>.content .gettingStartedContainer button.emphasis{background:var(--vscode-button-background);color:var(--vscode-button-foreground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .codicon-getting-started-step-unchecked{color:var(--vscode-descriptionForeground)}.monaco-workbench .part.editor>.content .gettingStartedContainer button.emphasis:hover{background:var(--vscode-button-hoverBackground)}.monaco-workbench .part.editor>.content .gettingStartedContainer a:not(.hide-category-button){color:var(--vscode-textLink-foreground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link{color:var(--vscode-textLink-foreground);text-decoration:var(--text-link-decoration)}.monaco-workbench .part.editor>.content .gettingStartedContainer .start-container .button-link{line-height:24px}.monaco-workbench .part.editor>.content .gettingStartedContainer a:not(.hide-category-button):active,.monaco-workbench .part.editor>.content .gettingStartedContainer a:not(.hide-category-button):hover,.monaco-workbench .part.editor>.content .gettingStartedContainer button.button-link:hover,.monaco-workbench .part.editor>.content .gettingStartedContainer button.button-link:hover .codicon{color:var(--vscode-textLink-activeForeground)}.monaco-workbench .part.editor>.content .gettingStartedContainer a:not(.codicon-close):focus{outline-color:var(--vscode-focusBorder)}.monaco-workbench .part.editor>.content .gettingStartedContainer button{border:1px solid var(--vscode-contrastBorder)}.monaco-workbench .part.editor>.content .gettingStartedContainer button.button-link{border:inherit}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .progress-bar-outer{background-color:var(--vscode-welcomePage-progress-background)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .progress-bar-inner{background-color:var(--vscode-welcomePage-progress-foreground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .featured .featured-icon,.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .new-badge{color:var(--vscode-activityBarBadge-foreground)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .new-badge{background-color:var(--vscode-activityBarBadge-background)}.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-checkbox{background-color:var(--vscode-checkbox-background)!important;border-color:var(--vscode-checkbox-border)!important;color:var(--vscode-checkbox-foreground)!important}";
4
- n(css,{});
5
-
6
- export { css, css as default };
@@ -1,6 +0,0 @@
1
- import n from '@codingame/monaco-vscode-api/external/rollup-plugin-styles/dist/runtime/inject-css';
2
-
3
- var css = ".monaco-workbench .part.editor>.content .walkThroughContent{box-sizing:border-box;height:inherit;line-height:22px;padding:10px 20px;user-select:auto;-webkit-user-select:initial}.monaco-workbench .part.editor>.content .walkThroughContent img{max-height:100%;max-width:100%}.monaco-workbench .part.editor>.content .walkThroughContent a{text-decoration:var(--text-link-decoration)}.monaco-workbench .part.editor>.content .walkThroughContent a:focus,.monaco-workbench .part.editor>.content .walkThroughContent input:focus,.monaco-workbench .part.editor>.content .walkThroughContent select:focus,.monaco-workbench .part.editor>.content .walkThroughContent textarea:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-workbench .part.editor>.content .walkThroughContent hr{border:0;border-bottom:2px solid;height:2px}.monaco-workbench .part.editor>.content .walkThroughContent h1,.monaco-workbench .part.editor>.content .walkThroughContent h2,.monaco-workbench .part.editor>.content .walkThroughContent h3{font-weight:lighter;margin-bottom:10px;margin-top:20px}.monaco-workbench .part.editor>.content .walkThroughContent h1{border-bottom-style:solid;border-bottom-width:1px;font-size:40px;line-height:1.2;margin-bottom:15px;padding-bottom:.3em}.monaco-workbench .part.editor>.content .walkThroughContent h2{font-size:30px;margin-top:30px}.monaco-workbench .part.editor>.content .walkThroughContent h3{font-size:22px}.monaco-workbench .part.editor>.content .walkThroughContent h4{font-size:12px;margin-bottom:10px;margin-top:30px;text-transform:uppercase}.monaco-workbench .part.editor>.content .walkThroughContent a:hover{text-decoration:underline}.monaco-workbench .part.editor>.content .walkThroughContent table{border-collapse:collapse}.monaco-workbench .part.editor>.content .walkThroughContent table>thead>tr>th{border-bottom:1px solid;text-align:left}.monaco-workbench .part.editor>.content .walkThroughContent table>tbody>tr>td,.monaco-workbench .part.editor>.content .walkThroughContent table>tbody>tr>th,.monaco-workbench .part.editor>.content .walkThroughContent table>thead>tr>td,.monaco-workbench .part.editor>.content .walkThroughContent table>thead>tr>th{padding:5px 10px}.monaco-workbench .part.editor>.content .walkThroughContent table>tbody>tr+tr>td{border-top:1px solid}.monaco-workbench .part.editor>.content .walkThroughContent .shortcut,.monaco-workbench .part.editor>.content .walkThroughContent code{font-family:var(--monaco-monospace-font);font-size:14px;line-height:19px}.monaco-workbench .part.editor>.content .walkThroughContent blockquote{background:var(--vscode-textBlockQuote-background);border-left:5px solid;border-color:var(--vscode-textBlockQuote-border);margin:0 7px 0 5px;padding:0 16px 0 10px}.monaco-workbench .part.editor>.content .walkThroughContent .monaco-tokenized-source{white-space:pre}.file-icons-enabled .show-file-icons .vs_code_editor_walkthrough\\.md-name-file-icon.md-ext-file-icon.ext-file-icon.markdown-lang-file-icon.file-icon:before{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik0xMDI0IDEwMjRIMFYwaDEwMjR2MTAyNHoiIHN0eWxlPSJmaWxsOiNmNmY2ZjY7ZmlsbC1vcGFjaXR5OjAiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTAyNCA4NS4zMzN2ODUzLjMzM0gwVjg1LjMzM2gxMDI0eiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik0wIDg1LjMzM2gyOTguNjY3djg1My4zMzNIMFY4NS4zMzN6bTEwMjQgMHY4NTMuMzMzSDM4NFY4NS4zMzNoNjQwem0tNTU0LjY2NyAxNjBoMzQxLjMzM3YtNjRINDY5LjMzM3Y2NHptMzQxLjMzNCA1MzMuMzM0SDQ2OS4zMzN2NjRoMzQxLjMzM2wuMDAxLTY0em0xMjgtMTQ5LjMzNEg1OTcuMzMzdjY0aDM0MS4zMzNsLjAwMS02NHptMC0xNDkuMzMzSDU5Ny4zMzN2NjRoMzQxLjMzM2wuMDAxLTY0em0wLTE0OS4zMzNINTk3LjMzM3Y2NGgzNDEuMzMzbC4wMDEtNjR6IiBzdHlsZT0iZmlsbDojMTY3YWJmIi8+PC9zdmc+\");content:\" \"}.monaco-workbench .part.editor>.content .walkThroughContent .linux-only,.monaco-workbench .part.editor>.content .walkThroughContent .mac-only,.monaco-workbench .part.editor>.content .walkThroughContent .windows-only{display:none}.monaco-workbench.linux .part.editor>.content .walkThroughContent .linux-only,.monaco-workbench.mac .part.editor>.content .walkThroughContent .mac-only,.monaco-workbench.windows .part.editor>.content .walkThroughContent .windows-only{display:initial}.monaco-workbench.hc-black .part.editor>.content .walkThroughContent .monaco-editor,.monaco-workbench.hc-light .part.editor>.content .walkThroughContent .monaco-editor{border-style:solid;border-width:1px}.monaco-workbench .part.editor>.content .walkThroughContent a[href]{color:var(--vscode-textLink-foreground)}.monaco-workbench .part.editor>.content .walkThroughContent a:hover,.monaco-workbench .part.editor>.content .walkThroughContent a[href]:active{color:var(--vscode-textLink-activeForeground)}.monaco-workbench .part.editor>.content .walkThroughContent a[href]:focus{outline-color:var(--vscode-focusBorder)}.monaco-workbench .part.editor>.content .walkThroughContent .shortcut,.monaco-workbench .part.editor>.content .walkThroughContent code{background-color:var(--vscode-textPreformat-background);border-radius:3px;color:var(--vscode-textPreformat-foreground)}.monaco-workbench .part.editor>.content .walkThroughContent .monaco-editor{border-color:var(--vscode-contrastBorder)}.monaco-workbench .part.editor>.content .walkThroughContent .margin-view-overlays,.monaco-workbench .part.editor>.content .walkThroughContent .monaco-editor-background{background:var(--vscode-walkThrough-embeddedEditorBackground)}";
4
- n(css,{});
5
-
6
- export { css, css as default };