mirror of
https://github.com/actions/runner.git
synced 2025-12-15 22:47:01 +00:00
* Stop ignoring .vscode (launch scripts)
* Check in launch scripts for config and run
This can cause an issue with existing launch configuration on the machines of contributors.
* Improve error msg when runner is not configured
* Unignore .vscode/launch and tasks only
* Remove stopAtEntry and add eof newline
* Remove Runner.Listener from error message
* Rename tasks and run configs
* Ignore BuildConstants.cs
* Use better error msg
* Explain development steps in depth
* Add launch config to directly debug worker
* Update docs with VS Code tips
* Remove auto-generated comments
* Fix link to quickstart in vscode.md
* Remove ':' from link to quickstart
* Revert "Ignore BuildConstants.cs"
This reverts commit 0f13922a87.
* Replace `.sh` with `.(sh/cmd)` in docs
27 lines
287 B
Plaintext
27 lines
287 B
Plaintext
# build output
|
|
**/bin
|
|
**/obj
|
|
**/libs
|
|
**/lib
|
|
|
|
# editors
|
|
**/*.xproj
|
|
**/*.xproj.user
|
|
**/.vs
|
|
**/*.error
|
|
**/*.json.pretty
|
|
.idea/
|
|
.vscode
|
|
!.vscode/launch.json
|
|
!.vscode/tasks.json
|
|
|
|
# output
|
|
node_modules
|
|
_downloads
|
|
_layout
|
|
_package
|
|
_dotnetsdk
|
|
TestResults
|
|
TestLogs
|
|
.DS_Store
|
|
**/*.DotSettings.user |