Skip to content

Commit

Permalink
0.6.377
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed May 6, 2024
1 parent 99428f1 commit 585537f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 62 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ABAP linting, problems view, go to definition, find references, and quick fixes.",
"author": "Lars Hvam",
"license": "MIT",
"version": "0.6.376",
"version": "0.6.377",
"repository": {
"type": "git",
"url": "https://github.com/abaplint/vscode-abaplint"
Expand Down Expand Up @@ -150,67 +150,67 @@
"when": "editorLangId == 'abap' && editorTextFocus"
}
],
"configuration": [
{
"order": 10,
"id": "semanticHighlighting",
"title": "Semantic Highlighting",
"properties": {
"abaplint.enableSemanticHighlighting": {
"scope": "window",
"type": "boolean",
"default": true,
"description": "Enable semantic highlighting, requires restart"
}
}
},
{
"order": 20,
"id": "codeLens",
"title": "Code Lens",
"properties": {
"abaplint.codeLens.messageText": {
"type": "boolean",
"description": "Show message texts",
"default": true
},
"abaplint.codeLens.dynamicExceptions": {
"type": "boolean",
"description": "Show dynamic exceptions",
"default": true
}
}
},
{
"order": 30,
"id": "inlayHints",
"title": "Inlay Hints",
"properties": {
"abaplint.inlayHints.inferredTypes": {
"type": "boolean",
"description": "Show inferred types, requires restart",
"default": true
}
}
},
{
"order": 40,
"id": "formatting",
"title": "Formatting",
"properties": {
"abaplint.formatting.enable": {
"type": "boolean",
"description": "Enable document formatting, requires restart",
"default": true
},
"abaplint.formatting.experimental": {
"type": "boolean",
"description": "Enable experimental document formatting, requires restart",
"default": false
}
}
}
]
"configuration": [
{
"order": 10,
"id": "semanticHighlighting",
"title": "Semantic Highlighting",
"properties": {
"abaplint.enableSemanticHighlighting": {
"scope": "window",
"type": "boolean",
"default": true,
"description": "Enable semantic highlighting, requires restart"
}
}
},
{
"order": 20,
"id": "codeLens",
"title": "Code Lens",
"properties": {
"abaplint.codeLens.messageText": {
"type": "boolean",
"description": "Show message texts",
"default": true
},
"abaplint.codeLens.dynamicExceptions": {
"type": "boolean",
"description": "Show dynamic exceptions",
"default": true
}
}
},
{
"order": 30,
"id": "inlayHints",
"title": "Inlay Hints",
"properties": {
"abaplint.inlayHints.inferredTypes": {
"type": "boolean",
"description": "Show inferred types, requires restart",
"default": true
}
}
},
{
"order": 40,
"id": "formatting",
"title": "Formatting",
"properties": {
"abaplint.formatting.enable": {
"type": "boolean",
"description": "Enable document formatting, requires restart",
"default": true
},
"abaplint.formatting.experimental": {
"type": "boolean",
"description": "Enable experimental document formatting, requires restart",
"default": false
}
}
}
]
},
"scripts": {
"lint": "eslint client/src/**/*.ts server/src/**/*.ts --format unix",
Expand Down

0 comments on commit 585537f

Please sign in to comment.