Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed states-xtext example #108

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Loading