@sap/cds-lsp
Advanced tools
Comparing version 7.6.0 to 7.6.1
@@ -9,4 +9,10 @@ # Changelog | ||
## 7.6.0 - tbd | ||
## 7.6.1 - 2024-02-26 | ||
### Fixed | ||
- elements snippet now works when annotating artifacts in namespaces and/or contexts or if the brace after the elements is still missing | ||
## 7.6.0 - 2024-02-07 | ||
### Added | ||
@@ -13,0 +19,0 @@ - `format-cds` CLI now supports `--check` which tests given CDS sources if formatted according settings and fails otherwise (for CI/CD). |
@@ -59,2 +59,7 @@ import * as LSP from 'vscode-languageserver-protocol'; | ||
toolbox: IXsnToolbox; | ||
namespace?: { | ||
path?: Array<{ | ||
id: string; | ||
}>; | ||
}; | ||
} | ||
@@ -61,0 +66,0 @@ export interface CdsvAstNodeName { |
@@ -63,2 +63,7 @@ import { BigIntStats, Dirent, PathLike, StatOptions, Stats, WriteFileOptions } from 'node:fs'; | ||
toolbox: IXsnToolbox; | ||
namespace?: { | ||
path?: Array<{ | ||
id: string; | ||
}>; | ||
}; | ||
} | ||
@@ -745,4 +750,4 @@ export interface CdsvAstNodeName { | ||
readonly data: Record<string, unknown>; | ||
getFirstToken(predicate?: (child: IRuleToken) => boolean, subtreePredicate?: (child: IRuleNode) => boolean): IRuleToken | null; | ||
getLastToken(predicate?: (child: IRuleToken) => boolean, subtreePredicate?: (child: IRuleNode) => boolean): IRuleToken | null; | ||
getFirstToken(predicate?: (child: IRuleToken) => boolean, subtreePredicate?: (child: IRuleNode) => boolean): IRuleToken | undefined; | ||
getLastToken(predicate?: (child: IRuleToken) => boolean, subtreePredicate?: (child: IRuleNode) => boolean): IRuleToken | undefined; | ||
toString(): string; | ||
@@ -749,0 +754,0 @@ } |
{ | ||
"name": "@sap/cds-lsp", | ||
"description": "Language server for CDS", | ||
"version": "7.6.0", | ||
"version": "7.6.1", | ||
"homepage": "https://cap.cloud.sap/", | ||
@@ -6,0 +6,0 @@ "author": "SAP SE (https://www.sap.com)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1606785
8449