Skip to content

Commit

Permalink
Remove VS Code configuration from .gitignore and add node-samples wor…
Browse files Browse the repository at this point in the history
…kspace file
  • Loading branch information
rido-min committed Feb 25, 2025
1 parent b03a4da commit f383f1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,6 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd

# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

Expand Down
20 changes: 20 additions & 0 deletions node-samples.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"folders": [
{
"path": "samples/basic/echo-bot/nodejs",
"name" : "echo bot"
},
{
"path": "samples/basic/cards/nodejs",
"name": "cards"
},
{
"path": "samples/basic/copilotstudio-client/nodejs",
"name": "copilotstudio-client"
},
{
"path" : "samples/complex/copilotstudio-skill/nodejs",
"name": "copilotstudio-skill"
}
]
}

0 comments on commit f383f1e

Please sign in to comment.