pulumi/sdk/go/common
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
..
apitype Use events to report downloads as system messages (#17019) 2024-09-03 12:12:04 +00:00
channel Send all events to the engine event stream (#14607) 2023-11-20 21:55:59 +00:00
constant Send update metadata about update plans 2022-10-12 22:55:59 +01:00
diag turn on the golangci-lint exhaustive linter (#15028) 2024-01-17 16:50:41 +00:00
encoding all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
env Support PULUMI_SHOW_COPILOT_LINK to enable 'explainFailure' link (#17109) 2024-08-29 20:43:29 +00:00
promise Use promise rather than `atomic.Value` to record step errors. (#14612) 2023-11-18 19:03:35 +00:00
resource debugging: more consistency for naming (#17152) 2024-09-04 10:36:45 +00:00
slice Engine support for remote transforms (#15290) 2024-02-21 16:30:46 +00:00
testing Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00
tokens Move resource.URN to urn.URN (#15689) 2024-03-14 15:28:32 +00:00
tools Switch back to `os/user` to get the current user (#17125) 2024-08-31 18:54:35 +00:00
util Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace plugins: don't panic when the given path is not clean (#17141) 2024-09-04 10:08:44 +00:00