Skip to content

Commit

Permalink
Add change
Browse files Browse the repository at this point in the history
  • Loading branch information
joheredi committed Dec 19, 2024
1 parent dd50db8 commit 986de9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: feature
packages:
- "@alloy-js/typescript"
---

Handle reserved words in typescript naming policy
7 changes: 2 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
"console": "internalConsole",
"outputCapture": "std",
"autoAttachChildProcesses": true,
"outFiles": [
"${workspaceFolder}/**/*.(m|c|)js",
"!**/node_modules/**"
],
"outFiles": ["${workspaceFolder}/**/*.(m|c|)js", "!**/node_modules/**"],
"smartStep": true,
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
"cwd": "${workspaceFolder}"
Expand All @@ -35,7 +32,7 @@
"autoAttachChildProcesses": true,
"env": {
"FORCE_COLOR": "3"
},
}
}
]
}

0 comments on commit 986de9b

Please sign in to comment.