pulumi/pkg/resource/deploy/deploytest
Thomas Gummerer 531146678e
debugging: more consistency for naming (#17152)
We're a bit inconsistent with naming for debugging, calling it enable
debugging in some places, attach debugger in others, and start debugger
yet in others.

Unify this, so we call everything that goes from the engine towards the
language host attach debugger, while the message we get back from the
language host is called start debugging since we're telling the engine
that we want to be starting the debugging session.

Thanks @julienp for the suggestion!
2024-09-04 10:36:45 +00:00
..
analyzer.go Refactor: move plugin kind to apitype (#15946) 2024-04-25 17:30:30 +00:00
analyzer_test.go Refactor: move plugin kind to apitype (#15946) 2024-04-25 17:30:30 +00:00
backendclient.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
callbacks.go Engine support for remote transforms (#15290) 2024-02-21 16:30:46 +00:00
languageruntime.go Install missing python versions using pyenv during installation (#16855) 2024-08-19 15:55:54 +00:00
languageruntime_test.go Install missing python versions using pyenv during installation (#16855) 2024-08-19 15:55:54 +00:00
pluginhost.go debugging: more consistency for naming (#17152) 2024-09-04 10:36:45 +00:00
pluginhost_test.go Remove path usage from deploytest (#17080) 2024-08-28 07:22:12 +00:00
provider.go Update lifecycle test APIs to match provider APIs (#16793) 2024-07-26 12:14:45 +00:00
provider_test.go Use int32 in Go interfaces that map to protobufs using int32 (#17068) 2024-08-28 13:45:17 +00:00
resourcemonitor.go Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00
resourcemonitor_test.go Add parameterized `Call` support to the engine (#16813) 2024-07-26 15:36:53 +00:00
sink.go [ci] `pkg/resource/deploy` coverage (#14831) 2023-12-19 16:14:40 +00:00