Skip to content

Commit

Permalink
removed old example code and changed default feature model to be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Oct 18, 2023
1 parent b70670a commit 05a70f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion WebSocketClient/UVLPlayground/public/vite.svg

This file was deleted.

9 changes: 0 additions & 9 deletions WebSocketClient/UVLPlayground/src/counter.ts

This file was deleted.

2 changes: 1 addition & 1 deletion WebSocketClient/UVLPlayground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const startPythonClient = async () => {
}`);

const fileSystemProvider = new RegisteredFileSystemProvider(false);
fileSystemProvider.registerFile(new RegisteredMemoryFile(vscode.Uri.file('/workspace/fm.uvl'), 'features\n\tfeature1\n\nconstraints\n\t!feature1'));
fileSystemProvider.registerFile(new RegisteredMemoryFile(vscode.Uri.file('/workspace/fm.uvl'), 'features\n\tfeature1\n\nconstraints\n\tfeature1'));
registerFileSystemOverlay(1, fileSystemProvider);

// create the web socket and configure to start the language client on open, can add extra parameters to the url if needed.
Expand Down
1 change: 0 additions & 1 deletion WebSocketClient/UVLPlayground/src/typescript.svg

This file was deleted.

0 comments on commit 05a70f0

Please sign in to comment.