Skip to content

Commit c5b9bb4

Browse files
author
Rui Romano
committed
VS Code support
1 parent 193e93c commit c5b9bb4

File tree

4 files changed

+14
-86
lines changed

4 files changed

+14
-86
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ UpgradeLog.htm
55
Modules/.vs/config/applicationhost.config
66
Modules/PowerBIPS/PublishToGallery.ps1
77
Modules/PowerBIPS/Publish/*
8+
Modules/PowerBIPS/PowerBIPS.Test.ps1

.vscode/launch.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "PowerShell",
6+
"type": "PowerShell",
7+
"request": "launch",
8+
"program": "${file}",
9+
"args": [],
10+
"cwd": "${file}"
11+
}
12+
]
13+
}

Modules/PowerBIPS/PowerBIPS.pssproj

-64
This file was deleted.

Modules/PowerBIPowerShellModules.sln

-22
This file was deleted.

0 commit comments

Comments
 (0)