Skip to content

Commit 705e85a

Browse files
committed
Remove documentation on script version on the module
1 parent 3a852ef commit 705e85a

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ Compiles the *AMX Mod X* plugin source file `plugin2.sma` *without* using the mo
6464
Compile-SourceScript -File ~/servers/cstrike/addons/amxmodx/scripting/plugin2.sma -SkipWrapper -Force
6565
```
6666

67-
### Script
68-
69-
The script version of `Compile-SourceScript` is also provided and can be found [here](src/script/Compile-SourceScript.ps1).
70-
7167
### VSCode
7268

7369
`Compile-SourceScript` can be invoked via [Build Tasks](https://code.visualstudio.com/docs/editor/tasks#vscode) in **VSCode**. A sample tasks file can be found [here](docs/samples/.vscode/tasks.json.sample).

docs/samples/.vscode/tasks.json.sample

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,6 @@
2929
"-Force"
3030
],
3131
"group": "build"
32-
},
33-
{
34-
"label": "Compile-SourceScript.ps1 (pwsh)",
35-
"type": "process",
36-
"command": "pwsh",
37-
"args": [
38-
"-Command",
39-
"D:/path/to/Compile-SourceScript/src/script/Compile-SourceScript.ps1",
40-
"-File",
41-
"${file}",
42-
"-Force"
43-
],
44-
"group": "build"
45-
},
46-
{
47-
"label": "Compile-SourceScript.ps1 (powershell)",
48-
"type": "process",
49-
"command": "powershell",
50-
"args": [
51-
"-Command",
52-
"D:/path/to/Compile-SourceScript/src/script/Compile-SourceScript.ps1",
53-
"-File",
54-
"${file}",
55-
"-Force"
56-
],
57-
"group": "build"
5832
}
5933
]
6034
}

0 commit comments

Comments
 (0)