Skip to content
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

Sync with upstream #35

Merged
merged 23 commits into from
Sep 15, 2023
Merged

Sync with upstream #35

merged 23 commits into from
Sep 15, 2023

Conversation

kachkaev
Copy link
Member

@kachkaev kachkaev commented Sep 15, 2023

Same as gicentre/mume-with-litvis#32. Syncing for up to shd101wyy’s v0.6.8 (March 2023).

shd101wyy and others added 23 commits October 23, 2021 21:05
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Upgraded mume to 0.7.0

* fix: Fixed one config bug
* fix: Fixed open file bug

* refactor: Removed console.log
Utilize #Lxxx link fragment on links to local files. If file is already
opened, existing editor will be used/focused and cursor will be moved to
line specified in link fragment.
For that we use openTextDocument and showTextDocument instead of
vscode.open. Also we use Tab API that is available from VS Code v1.67.

Resolves shd101wyy#647
* Support workspaceFolder variable in configPath

Adds support for predefined VS Code variable "${workspaceFolder}" to setting "configPath" in MPE.

This allows for configuring MPE per-workspace if needed.

fixes shd101wyy#625

* Support environment variables in configPath

setting "configPath" does not support environment variables.

Extended to support windows style %ENV_VAR% as well as bash style ${ENV_VAR} and $ENV_VAR environment variables

fixes shd101wyy#625

* Refactoring to allow any string to resolve variables

Implementation only applies to configPath and polutes the code.

Refactors that code and extracts it into a PathResolver class.

fixes shd101wyy#625
* feat: Updated nix shell

* feat: Updated mume
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.7)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@kachkaev kachkaev marked this pull request as ready for review September 15, 2023 00:41
@kachkaev kachkaev merged commit 40a19cf into main Sep 15, 2023
@kachkaev kachkaev deleted the sync-upstream branch September 15, 2023 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants