Skip to content
Snippets Groups Projects
Commit 517534e0 authored by SeeBasTStick's avatar SeeBasTStick
Browse files

beautifications

parent 08c0e988
No related branches found
No related tags found
No related merge requests found
.vscode/**
.vscode-test/**
.gitignore
media/**
media/screencapture.gif
optionAdder.py
vsc-extension-quickstart.md
......@@ -39,7 +39,7 @@ export function activate(context: ExtensionContext) {
// Options to control the language client
let clientOptions: LanguageClientOptions = {
// Register the server for B, EventB documents
documentSelector: [{ scheme: 'file', language: 'classicalB' }, { scheme: 'file', language: 'eventB' }],
documentSelector: [{ scheme: 'file', language: 'classicalb' }, { scheme: 'file', language: 'eventb' }],
synchronize: {
// Notify the server about file changes to '.clientrc files contained in the workspace
fileEvents: workspace.createFileSystemWatcher('**/.clientrc')
......
File moved
{
"name": "b-eventb-language-extension",
"displayName": "b-eventb language extension",
"description": "compiler support for b and eventb via ProB",
"displayName": "B/Event-B/ProB language extension",
"description": "Compiler and language support for B and Event-B via ProB",
"version": "0.3.0",
"publisher": "SeeBasTStick",
"icon": "prob2-ui.png",
"icon": "media/prob2-ui.png",
"author": "Sebastian Stock",
"license": "MIT",
"repository": {
......@@ -24,8 +24,8 @@
"ProB"
],
"activationEvents": [
"onLanguage:classicalB",
"onLanguage:eventB"
"onLanguage:classicalb",
"onLanguage:event"
],
"main": "./client/out/extension",
"contributes": {
......@@ -78,7 +78,7 @@
},
"languages": [
{
"id": "classicalB",
"id": "classicalb",
"extensions": [
".mch",
".def",
......@@ -91,7 +91,7 @@
]
},
{
"id": "eventB",
"id": "eventb",
"extensions": [
".sys"
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment