Skip to content

Commit

Permalink
change build completly
Browse files Browse the repository at this point in the history
  • Loading branch information
sybnex committed Oct 4, 2023
1 parent 31161c2 commit 00f08a8
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/package.json.acend
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"theiaPlugins": {
"json": "https://open-vsx.org/api/vscode/json/1.62.3/file/vscode.json-1.62.3.vsix",
"yaml": "https://open-vsx.org/api/vscode/yaml/1.62.3/file/vscode.yaml-1.62.3.vsix",
"shell": "https://open-vsx.org/api/vscode/shellscript/1.62.3/file/vscode.shellscript-1.62.3.vsix",
"golang": "https://open-vsx.org/api/vscode/go/1.62.3/file/vscode.go-1.62.3.vsix",
"python": "https://open-vsx.org/api/vscode/python/1.62.3/file/vscode.python-1.62.3.vsix",
"docker": "https://open-vsx.org/api/vscode/docker/1.62.3/file/vscode.docker-1.62.3.vsix",
"dockerfile": "https://open-vsx.org/api/jeff-hykin/better-dockerfile-syntax/1.0.2/file/jeff-hykin.better-dockerfile-syntax-1.0.2.vsix",
"markdown": "https://open-vsx.org/api/vscode/markdown/1.62.3/file/vscode.markdown-1.62.3.vsix",
"terraform": "https://open-vsx.org/api/4ops/terraform/0.2.1/file/4ops.terraform-0.2.1.vsix",
"yaml.lint": "https://open-vsx.org/api/phil9909/ytt-lint/0.3.1/file/phil9909.ytt-lint-0.3.1.vsix"
}
}
84 changes: 84 additions & 0 deletions build/preload.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="en">

<head>
<style>
html,
body {
background-color: black;
}

.theia-preload {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
/* Above styles copied from https://github.com/eclipse-theia/theia/blob/5aeef6c0c683b4e91713ab736957e6655b486adc/packages/core/src/browser/style/index.css#L147-L151 */
/* Otherwise, there is a flickering when Theia's CSS loads. */

background-image: none;
}

.theia-preload::after {
/* remove default loading animation */
content: none;
}

.spinner-container {
display: flex;
flex-direction: center;
align-self: center;
justify-content: center;
height: 100vh;
width: 100vw;
}

.custom-spinner {
align-self: center;
}

.custom-spinner svg {
width: 16vw;
height: 16vh;
animation-delay: 0;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-name: blueprint-spinner;
animation-timing-function: ease;
}

@keyframes blueprint-spinner {
0% {
transform: scale(1.0);
}

50% {
transform: scale(0.8);
}

100% {
transform: scale(1.0);
}
}
</style>
</head>

<body>
<div class='spinner-container'>
<div class='custom-spinner'>
<svg id="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 378.29 166.67">
<defs>
<style>.cls-1{fill:#7d0f4b;}</style>
</defs>
<path class="cls-1" d="M253.59,73.08A16,16,0,0,0,247.41,69a22.81,22.81,0,0,0-8-1.36,19.92,19.92,0,0,0-7.45,1.23,21.13,21.13,0,0,0-5,2.74,19.12,19.12,0,0,0-3.82,4.17h-.2V68.63H212.62v49h10.29V91.55a17.17,17.17,0,0,1,1-6.09,13.75,13.75,0,0,1,2.89-4.64,13.24,13.24,0,0,1,4.37-3,13.66,13.66,0,0,1,5.43-1.06,12.15,12.15,0,0,1,8.78,3.14q3.27,3.14,3.28,9.71v28H259V88.48a25.53,25.53,0,0,0-1.42-8.86,19.21,19.21,0,0,0-4-6.54"/>
<path class="cls-1" d="M307.69,99.84a16.19,16.19,0,0,1-3.18,5.11,13.5,13.5,0,0,1-4.76,3.3,15.23,15.23,0,0,1-6,1.15,14.67,14.67,0,0,1-5.84-1.15,13.55,13.55,0,0,1-4.7-3.3,15.41,15.41,0,0,1-3.14-5.11,20.63,20.63,0,0,1,0-13.41,15.56,15.56,0,0,1,3.14-5.12,14.13,14.13,0,0,1,10.54-4.54,14.9,14.9,0,0,1,6,1.19,14.62,14.62,0,0,1,4.76,3.3,15.63,15.63,0,0,1,3.18,5.13,18.51,18.51,0,0,1,1.18,6.74,18.2,18.2,0,0,1-1.18,6.71m21.56-40.62V49H308.87V76.08h-.29a17.92,17.92,0,0,0-3.88-4.26A23.61,23.61,0,0,0,299.46,69a20,20,0,0,0-7.65-1.33,22.21,22.21,0,0,0-9,1.84,22.87,22.87,0,0,0-7.45,5.21,24,24,0,0,0-5.05,8.06A28.21,28.21,0,0,0,268.49,93a28.92,28.92,0,0,0,1.81,10.43,23.41,23.41,0,0,0,5.05,8,23.85,23.85,0,0,0,7.45,5.22,21.91,21.91,0,0,0,9,1.88,21.29,21.29,0,0,0,12.89-4,17.92,17.92,0,0,0,3.88-4.26h.29v7.25h20.38v-10.2H319.06V59.22Z"/>
<path class="cls-1" d="M116.78,81.31A15.06,15.06,0,0,1,121.54,78a15.85,15.85,0,0,1,12.59.23,16.24,16.24,0,0,1,4.22,3.09,15.4,15.4,0,0,1,2,2.81L147.47,77c-.07-.1-.13-.21-.21-.31a29.52,29.52,0,0,0-3.18-3.29,21.2,21.2,0,0,0-4.26-2.89,26.51,26.51,0,0,0-5.49-2,27.65,27.65,0,0,0-7-.79,26.23,26.23,0,0,0-10,1.93,24.5,24.5,0,0,0-8.13,5.36,24.75,24.75,0,0,0-5.39,8.11,26.93,26.93,0,0,0,0,20.17,24.86,24.86,0,0,0,5.39,8.11,24.5,24.5,0,0,0,8.13,5.36,26.23,26.23,0,0,0,10,1.93,28.82,28.82,0,0,0,7.06-.79,24.75,24.75,0,0,0,5.63-2.1,21.11,21.11,0,0,0,4.32-3,20.52,20.52,0,0,0,3-3.45l-7-7a15.29,15.29,0,0,1-1.73,2.45,17,17,0,0,1-4.36,3.23,14.24,14.24,0,0,1-6.91,1.47,13.87,13.87,0,0,1-5.73-1.19,15.41,15.41,0,0,1-4.76-3.3,15.94,15.94,0,0,1-3.28-5.08,17.32,17.32,0,0,1-1.23-6.7,18.25,18.25,0,0,1,1.18-6.65,15.85,15.85,0,0,1,3.23-5.17"/>
<path class="cls-1" d="M164.76,88.32c1.5-6.61,6.7-11.55,13.76-11.55s11.56,4.94,13.06,11.55Zm14-20.67c-14.69,0-25.06,11.15-25.06,25,0,.17,0,.33,0,.49,0,.81,0,1.6.1,2.39,0,.08,0,.17,0,.26.05.58.13,1.16.22,1.73,0,.14.05.28.07.41a26.38,26.38,0,0,0,.82,3.32c.05.13.09.26.13.4.19.53.38,1.06.6,1.58a24.43,24.43,0,0,0,13.52,13.47,26.23,26.23,0,0,0,10,1.93,28.82,28.82,0,0,0,7.06-.79,24.75,24.75,0,0,0,5.63-2.1,20.73,20.73,0,0,0,4.32-3,21.05,21.05,0,0,0,3-3.45l-7-7a15,15,0,0,1-1.73,2.44,17.22,17.22,0,0,1-4.36,3.23,14.36,14.36,0,0,1-6.91,1.47,13.87,13.87,0,0,1-5.73-1.19,15.41,15.41,0,0,1-4.76-3.3,16,16,0,0,1-3.28-5.07c-.17-.41-.31-.83-.44-1.26-.06-.19-.12-.39-.17-.59l-.12-.49c-.12-.56-.23-1.13-.31-1.72h38.3v-2.9c0-15.11-10-25.23-23.9-25.23"/>
<path class="cls-1" d="M79.54,93.6c0,9.85-7.58,15.77-14.51,15.77-4.55,0-8.14-2.49-8.14-7,0-6.38,9.84-10.18,22.65-10.18Zm10.29,13.84V68.6H49.05V78.8H79.54V84c-24,0-33.37,6.91-33.74,18.67-.32,9.9,7.47,15.95,17,15.95,6.14,0,12.79-2.42,16.47-8.22h.32v7.26H97.47v-10.2Z"/>
</svg>
</div>
</div>
</body>

</html>

0 comments on commit 00f08a8

Please sign in to comment.