flix / vscode-flix

Apache License 2.0
20 stars 19 forks source link

Declared minimum supported version of VS Code is incorrect #381

Closed sockmaster27 closed 3 months ago

sockmaster27 commented 3 months ago

package.json says the following:

"engines": {
    "vscode": "^1.43.0"
}

Running the tests with this version fails with SyntaxError: Unexpected token '?'.