Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
loicknuchel committed Nov 23, 2024
1 parent 778fc14 commit 4c2cf92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
23 changes: 13 additions & 10 deletions extensions/vscode-aml/package-lock.json

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

1 change: 1 addition & 0 deletions extensions/vscode-aml/src/web/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
} from "@azimutt/aml";

export function activate(context: vscode.ExtensionContext) {
console.log('\n\n\nactivate\n\n\n')
let previewPanel: WebviewPanel | undefined = undefined
context.subscriptions.push(
vscode.commands.registerTextEditorCommand('aml.fromJson', (editor: TextEditor, edit: TextEditorEdit) => convertJson(editor, edit)),
Expand Down

0 comments on commit 4c2cf92

Please sign in to comment.