Skip to content

Commit beb4a76

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent ec4e54c commit beb4a76

57 files changed

Lines changed: 137 additions & 151 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.5.6","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"http://localhost\",\"compressHTML\":false,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":9999},\"server\":{\"open\":false,\"host\":true,\"port\":9999,\"streaming\":true,\"allowedHosts\":[]},\"redirects\":{},\"prefetch\":{\"prefetchAll\":true,\"defaultStrategy\":\"hover\"},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":{\"type\":\"shiki\",\"excludeLangs\":[\"math\"]},\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":true,\"contentIntellisense\":true,\"responsiveImages\":false,\"serializeConfig\":false,\"headingIdCompat\":false,\"preserveScriptOrder\":false},\"legacy\":{\"collections\":false}}"]
1+
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.6.1","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"http://localhost\",\"compressHTML\":false,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":9999},\"server\":{\"open\":false,\"host\":true,\"port\":9999,\"streaming\":true,\"allowedHosts\":[]},\"redirects\":{},\"prefetch\":{\"prefetchAll\":true,\"defaultStrategy\":\"hover\"},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":{\"type\":\"shiki\",\"excludeLangs\":[\"math\"]},\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":true,\"contentIntellisense\":true,\"responsiveImages\":false,\"svg\":false,\"serializeConfig\":false,\"headingIdCompat\":false,\"preserveScriptOrder\":false},\"legacy\":{\"collections\":false}}"]

.astro/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/// <reference types="astro/client" />
2-
/// <reference path="content.d.ts" />

Source/Empty.ts

Whitespace-only changes.

Source/Function/Markup/Base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ import { ClientRouter } from "astro:transitions";
5454
<script>
5555
import "@Function/API.js";
5656
</script>
57-
</body>
57+
</body><slot name="BodyAfter" />
5858
</html>

Source/pages/VSCode.astro

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,18 @@ import Layout from "@Function/Markup/Base.astro";
33
---
44

55
<Layout>
6-
<!--
7-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/browser/workbench/callback.html
8-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/browser/workbench/workbench-dev.esm.html
9-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/browser/workbench/workbench-dev.html
10-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/browser/workbench/workbench.esm.html
11-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/browser/workbench/workbench.html
6+
<meta
7+
id="vscode-workbench-web-configuration"
8+
data-settings='{"remoteAuthority":"localhost:9888","serverBasePath":"/","developmentOptions":{"logLevel":3},"enableWorkspaceTrust":true,"productConfiguration":{"embedderIdentifier":"server-distro"},"callbackRoute":"/oss-dev/callback"}'
9+
slot="Head"
10+
/>
1211

13-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/processExplorer/processExplorer-dev.esm.html
14-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/processExplorer/processExplorer-dev.html
15-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/processExplorer/processExplorer.esm.html
16-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/processExplorer/processExplorer.html
17-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/workbench/workbench-dev.esm.html
18-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/workbench/workbench-dev.html
19-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/workbench/workbench.esm.html
20-
Dependency/Microsoft/Dependency/Editor/Source/vs/code/electron-sandbox/workbench/workbench.html
21-
22-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/contrib/issue/electron-sandbox/issueReporter-dev.esm.html
23-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/contrib/issue/electron-sandbox/issueReporter-dev.html
24-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/contrib/issue/electron-sandbox/issueReporter.esm.html
25-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/contrib/issue/electron-sandbox/issueReporter.html
26-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/contrib/webview/browser/pre/fake.html
27-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/contrib/webview/browser/pre/index-no-csp.html
28-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/contrib/webview/browser/pre/index.html
29-
30-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.esm.html
31-
Dependency/Microsoft/Dependency/Editor/Source/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
32-
-->
12+
<script is:inline slot="Head">
13+
globalThis._VSCODE_FILE_ROOT =
14+
"http://localhost:9888/oss-dev/static/out/";
15+
</script>
3316

3417
<script>
35-
import "@codeeditorland/output/Target/CodeEditorLand/Editor/vs/workbench/browser/workbench.js";
18+
import "@codeeditorland/output/Target/Microsoft/VSCode/vs/code/browser/workbench/workbench.js";
3619
</script>
3720
</Layout>

0 commit comments

Comments
 (0)