From 585537f066e1f722c846517d03d8046882722dc6 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 6 May 2024 17:05:07 +0200 Subject: [PATCH] 0.6.377 --- package-lock.json | 4 +- package.json | 124 +++++++++++++++++++++++----------------------- 2 files changed, 64 insertions(+), 64 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e6bcac0..8f016de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-abaplint", - "version": "0.6.376", + "version": "0.6.377", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-abaplint", - "version": "0.6.376", + "version": "0.6.377", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 8f147cfa..9f673ef4 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",