Skip to content

Commit

Permalink
fix(demo): enable experimentalDecorators
Browse files Browse the repository at this point in the history
to be able to use vscode service identifier injection
  • Loading branch information
Loïc Mangeonjean committed Nov 13, 2023
1 parent 3e1d43e commit 42bf605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"baseUrl": ".",
"experimentalDecorators": true,
"paths": {
"vscode/vscode/*": ["../dist/main/vscode/src/*"],
"vscode/*": ["../dist/main/*"]
Expand Down

0 comments on commit 42bf605

Please sign in to comment.