-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Readme.md to point to pinned discussion of m.workspaces #42
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thank you for the update @natefabian18 , can you leave both links in this section please?
|
Updated readme to include list of issues and their topics |
EcksDy
added a commit
that referenced
this pull request
Dec 18, 2023
* Bump lodash from 4.17.19 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]> * Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]> * Bump glob-parent from 5.1.1 to 5.1.2 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Updated dependencies, bumped vscode to 1.71, cleaned up configs * More cleanup * Removed backup feature * Never liked camelCase for files anyway * Refactored with testing in mind (#28) * Updated readme (#29) * Fixed preset detection issue on startup (#30) * v0.4.0 * Task/add precommit cleanup (#32) * Added a precommit hook to lint and format staged files * Changelog * v0.4.1 * Windows paths were missing schema (#36) * Added release doc (#38) * Added release doc * Fixed formatting * Rephrased * Feat/overwrite alert (#39) * Added overwrite alert and fixed preset pick bug * Cleanup * Warning message instead of info * v0.4.3 * Added a shameless plug to the readme * Update Readme.md to point to pinned discussion of m.workspaces (#42) * Update Readme.md to point to pinned discussion of m.workspaces * Updated readme to include both issues for talking points --------- Co-authored-by: Nate Fabian <[email protected]> * Added a Planned section with TODO outline * Feature/extension testing framework (#44) * Configs and setup files * WIP extension testin framework * Regular repo sanity tests * Test on PR * Also dev * Typos * Cleanup * cis have no screens * Mb node? * Increase timeout for ci * Matrix test different OSes * Windows is going to be hard to test * Will wait for button to appear * Set version matrix * Formatting * Update TODOs * Barrel indexes * Remove unused glob dependency * Fixed onChangePresetsGlobConfig, listens to correct configs now * Naive and hardcoded switch to m.workspaces (#47) * Naive and hardcoded switch to m.workspaces * Update package lock to include overrides * Try again * Attempt different node-verison * Bundled via esbuild (#48) * Bundled via esbuild * Not packaging node_modules anymore * Update readme TODO * Feature/di container (#49) * WIP * Rename * WIP * Rethrow * Fixed singleworkspace detection and updated extester * Feature/event emitter (#50) * WIP * Added one workspaces-changed event * Slowly but surely exploring event emitter * Cleanup and more events implemented * Logging and handling edge cases * More organization and setup for multi-root support * Update readme.md planned * Readme update to ` Will you support monorepos` section. * Remove listeners on dispose, eventEmitter is singleton now. (#51) * Testing webview (#46) * Testing webview * More controls * Implemented UI functionality * Sprinkle todos as reminders on missing functionality * Remove unused glob dependency * Init svelte project * Upgrade svelte * Upgrade webui rollup * Accessibility inside webview isn't really relevant * Svelte setup * More settings tweaks * Update UI components and configurations * Change loader * Cleanup * Slowly moving towards connecting webview to the app * Webview works with one workspace * Update README.md and temporary disable publishing * Temporarily disable publish --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nate Fabian <[email protected]> Co-authored-by: Nate Fabian <[email protected]>
EcksDy
added a commit
that referenced
this pull request
Dec 18, 2023
* v0.4.3 (#40) * Bump lodash from 4.17.19 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]> * Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]> * Bump glob-parent from 5.1.1 to 5.1.2 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Updated dependencies, bumped vscode to 1.71, cleaned up configs * More cleanup * Removed backup feature * Never liked camelCase for files anyway * Refactored with testing in mind (#28) * Updated readme (#29) * Fixed preset detection issue on startup (#30) * v0.4.0 * Task/add precommit cleanup (#32) * Added a precommit hook to lint and format staged files * Changelog * v0.4.1 * Windows paths were missing schema (#36) * Added release doc (#38) * Added release doc * Fixed formatting * Rephrased * Feat/overwrite alert (#39) * Added overwrite alert and fixed preset pick bug * Cleanup * Warning message instead of info * v0.4.3 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Syncing master to dev (#52) * Bump lodash from 4.17.19 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]> * Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]> * Bump glob-parent from 5.1.1 to 5.1.2 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Updated dependencies, bumped vscode to 1.71, cleaned up configs * More cleanup * Removed backup feature * Never liked camelCase for files anyway * Refactored with testing in mind (#28) * Updated readme (#29) * Fixed preset detection issue on startup (#30) * v0.4.0 * Task/add precommit cleanup (#32) * Added a precommit hook to lint and format staged files * Changelog * v0.4.1 * Windows paths were missing schema (#36) * Added release doc (#38) * Added release doc * Fixed formatting * Rephrased * Feat/overwrite alert (#39) * Added overwrite alert and fixed preset pick bug * Cleanup * Warning message instead of info * v0.4.3 * Added a shameless plug to the readme * Update Readme.md to point to pinned discussion of m.workspaces (#42) * Update Readme.md to point to pinned discussion of m.workspaces * Updated readme to include both issues for talking points --------- Co-authored-by: Nate Fabian <[email protected]> * Added a Planned section with TODO outline * Feature/extension testing framework (#44) * Configs and setup files * WIP extension testin framework * Regular repo sanity tests * Test on PR * Also dev * Typos * Cleanup * cis have no screens * Mb node? * Increase timeout for ci * Matrix test different OSes * Windows is going to be hard to test * Will wait for button to appear * Set version matrix * Formatting * Update TODOs * Barrel indexes * Remove unused glob dependency * Fixed onChangePresetsGlobConfig, listens to correct configs now * Naive and hardcoded switch to m.workspaces (#47) * Naive and hardcoded switch to m.workspaces * Update package lock to include overrides * Try again * Attempt different node-verison * Bundled via esbuild (#48) * Bundled via esbuild * Not packaging node_modules anymore * Update readme TODO * Feature/di container (#49) * WIP * Rename * WIP * Rethrow * Fixed singleworkspace detection and updated extester * Feature/event emitter (#50) * WIP * Added one workspaces-changed event * Slowly but surely exploring event emitter * Cleanup and more events implemented * Logging and handling edge cases * More organization and setup for multi-root support * Update readme.md planned * Readme update to ` Will you support monorepos` section. * Remove listeners on dispose, eventEmitter is singleton now. (#51) * Testing webview (#46) * Testing webview * More controls * Implemented UI functionality * Sprinkle todos as reminders on missing functionality * Remove unused glob dependency * Init svelte project * Upgrade svelte * Upgrade webui rollup * Accessibility inside webview isn't really relevant * Svelte setup * More settings tweaks * Update UI components and configurations * Change loader * Cleanup * Slowly moving towards connecting webview to the app * Webview works with one workspace * Update README.md and temporary disable publishing * Temporarily disable publish --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nate Fabian <[email protected]> Co-authored-by: Nate Fabian <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nate Fabian <[email protected]> Co-authored-by: Nate Fabian <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made a small tweak to readme to point to the pinned discussion of m.workspaces rather then the original issue.
+ changed the wording to be more friendly to accessibility readers.