Skip to content

Commit

Permalink
Removed states-xtext example
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jun 19, 2024
1 parent 85e9c1c commit 78ba07a
Show file tree
Hide file tree
Showing 68 changed files with 7 additions and 1,824 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt
- name: Build Xtext Example
shell: bash
run: |
cd examples/states-xtext/language-server
./gradlew build
node-version: '18'
- name: Build Packages
shell: bash
run: yarn
4 changes: 1 addition & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
tasks:
- init: |
examples/states-xtext/language-server/gradlew -p examples/states-xtext/language-server/ build
yarn
- init: yarn

vscode:
extensions:
Expand Down
15 changes: 0 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,6 @@
],
"sourceMaps": true
},
{
"name": "States Example (Xtext)",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"${workspaceFolder}/examples/workspace",
"--extensionDevelopmentPath=${workspaceFolder}/examples/states-xtext/extension"
],
"outFiles": [
"${workspaceFolder}/examples/states-xtext/extension/pack/*.js",
"${workspaceFolder}/packages/sprotty-vscode/lib/**/*.js"
],
"sourceMaps": true
},
{
"name": "Attach to Language Server",
"type": "node",
Expand Down
2 changes: 1 addition & 1 deletion examples/states-langium/extension/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const nodeContext = await esbuild.context({
});

const browserContext = await esbuild.context({
entryPoints: ['../../states-webview/src/main.ts'],
entryPoints: ['../webview/src/main.ts'],
outdir: 'pack/diagram',
bundle: true,
target: 'es6',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../configs/base.tsconfig.json",
"extends": "../../../configs/base.tsconfig.json",
"compilerOptions": {
"jsx": "react",
"rootDir": "src",
Expand Down
File renamed without changes.
17 changes: 0 additions & 17 deletions examples/states-xtext/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions examples/states-xtext/extension/.vscodeignore

This file was deleted.

25 changes: 0 additions & 25 deletions examples/states-xtext/extension/README.md

This file was deleted.

Binary file removed examples/states-xtext/extension/icon.png
Binary file not shown.
42 changes: 0 additions & 42 deletions examples/states-xtext/extension/icon.svg

This file was deleted.

30 changes: 0 additions & 30 deletions examples/states-xtext/extension/language-configuration.json

This file was deleted.

172 changes: 0 additions & 172 deletions examples/states-xtext/extension/package.json

This file was deleted.

1 change: 0 additions & 1 deletion examples/states-xtext/extension/server/.gitignore

This file was deleted.

Loading

0 comments on commit 78ba07a

Please sign in to comment.