Skip to content

Commit

Permalink
Copilot extension app refers to itself as 'test' in help and applicat…
Browse files Browse the repository at this point in the history
…ion menu github#184
  • Loading branch information
Tarekkhaen committed Mar 1, 2025
1 parent 090e1e6 commit 418a545
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [



{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}

0 comments on commit 418a545

Please sign in to comment.