-
Notifications
You must be signed in to change notification settings - Fork 4
/
🐒 Ninmonkey.PowerQueryLib.code-workspace
69 lines (68 loc) · 2.26 KB
/
🐒 Ninmonkey.PowerQueryLib.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{ //2024-05-30
"folders": [
{
"path": ".",
"name": "pqlib"
},
{
"path": "..\\PowerQuery-ExampleReports",
"name": "⚓[ref: ExampleReports] 📌"
},
{
"path": "G:/2021-github-downloads/Power-BI/section ┐ PowerQueryScripts/itsnotaboutthecell/powerquerym",
"name": "📕[git: itsnotaboutthecell📱] 📌"
},
{
"path": "G:/2021-github-downloads/Power-BI/section ┐ PowerQueryScripts/alazyworkaholic/M-Libraries",
"name": "📕[git: alazyworkaholic] 📌"
},
{
"path": "C:/Users/cppmo_000/SkyDrive/Documents/2021/Power BI/Buffer",
"name": "📕[git: alazyworkaholic] 📌"
},
/*
*/
],
"settings": {
"terminal.integrated.fontSize": 13, //17,
"terminal.integrated.fontSize": 15, //17,
// "terminal.integrated.fontFamily": "'cascadia code'",
"files.exclude": {
"**/*.pbix": false,
"**/*.pbit": false,
},
"[markdown]": {
"editor.formatOnSave": true,
"editor.wordWrap": "on",
// "editor.quickSuggestions": false,
// "editor.defaultFormatter": "shd101wyy.markdown-preview-enhanced"
// "editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
// "editor.defaultFormatter": "vscode.markdown-language-features",
},
"markdownlint.config": {
"MD028": false,
"MD025": {
"front_matter_title": ""
}
}
},
"launch": {
"version": "0.2.0",
"configurations": [
{
// "name": "Build 2024 rewrite ➔ Merge PqLib.ps1 🚀",
"name": "Build ➔ PqLib 2024 Rewrite.ps1🚀",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder:pqlib}/Examples/Merging Queries as One Library.ps1",
"cwd": "${workspaceFolder:pqlib}",
"presentation": {
"hidden": false,
"group": "Invoke-Build",
"order": 0
},
}
],
"compounds": []
}
}