confluentinc / vscode

Confluent for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=confluentinc.vscode-confluent
Apache License 2.0
13 stars 3 forks source link

cleanup: restructure `context.ts` into subdir #591

Closed shouples closed 3 days ago

shouples commented 3 days ago

Summary of Changes

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).

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