Skip to content

Commit

Permalink
experimental document formatting option (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored May 6, 2024
1 parent 030c296 commit e6032fc
Show file tree
Hide file tree
Showing 8 changed files with 227 additions and 163 deletions.
1 change: 1 addition & 0 deletions client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function activate(context: ExtensionContext) {
// when running in web mode, it fails posting these values as messages, so convert to raw JSON,
codeLens: JSON.parse(JSON.stringify(workspace.getConfiguration("abaplint").get("codeLens"))),
inlayHints: JSON.parse(JSON.stringify(workspace.getConfiguration("abaplint").get("inlayHints"))),
formatting: JSON.parse(JSON.stringify(workspace.getConfiguration("abaplint").get("formatting"))),
},
synchronize: {
fileEvents: workspace.createFileSystemWatcher("**/abaplint.json*"),
Expand Down
190 changes: 95 additions & 95 deletions package-lock.json

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

Loading

0 comments on commit e6032fc

Please sign in to comment.