Skip to content

fix(vscode): correct @let completion snippet syntax#7

Merged
thetutlage merged 1 commit intoedge-js:mainfrom
Aspvik:main
Oct 20, 2025
Merged

fix(vscode): correct @let completion snippet syntax#7
thetutlage merged 1 commit intoedge-js:mainfrom
Aspvik:main

Conversation

@Aspvik
Copy link
Contributor

@Aspvik Aspvik commented Oct 17, 2025

Update 'let' completion to insert let(${1:variable} = '${2:value}') to
match Edge template syntax and docs, avoiding invalid snippets. Also
switch to double-quoted TS string to allow single quotes in the snippet.

Update 'let' completion to insert let(${1:variable} = '${2:value}') to
match Edge template syntax and docs, avoiding invalid snippets. Also
switch to double-quoted TS string to allow single quotes in the snippet.
@thetutlage thetutlage merged commit 93db6a9 into edge-js:main Oct 20, 2025
6 checks passed
@thetutlage
Copy link
Member

Thanks 👍🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants