Closed shouples closed 3 days ago
Closes #521.
Creates a new context/ subdir and splits the existing context.ts into context/extension.ts (for general ExtensionContext use) and context/values.ts (for all our context value management).
context/
context.ts
context/extension.ts
context/values.ts
This is in preparation for an upcoming branch dealing with observability context to address https://github.com/confluentinc/vscode/issues/449
Please check if your PR fulfills the following (if applicable):
.vsix
gulp clicktest
Summary of Changes
Closes #521.
Creates a new
context/
subdir and splits the existingcontext.ts
intocontext/extension.ts
(for general ExtensionContext use) andcontext/values.ts
(for all our context value management).This is in preparation for an upcoming branch dealing with observability context to address https://github.com/confluentinc/vscode/issues/449
Pull request checklist
Please check if your PR fulfills the following (if applicable):
Tests
Other
.vsix
file?