-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support default.setting
completion + hover
#717
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the renames happen in a single commit before any of the functional changes? I'm having a bit of a hard time deciphering what we want reviewed or not.
...ages/theme-language-server-common/src/json/hover/providers/ReferencedSettingHoverProvider.ts
Show resolved
Hide resolved
1499af3
to
e969f23
Compare
@graygilmore I've broken it up into separate commits. Commit 3 is the bulk of the work - i would hide whitespaces since i've nested tests inside loops or describe blocks. |
fe48498
to
2c87810
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻 🎩
const { stdout } = await exec(`which shopify`); | ||
return stdout.split('\n')[0].replace('\r', ''); | ||
if (process.env.NODE_ENV === 'test') { | ||
return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooo nice catch
What are you adding in this PR?
Fixes #625
PresetsSettingsPropertyCompletionProvider
->ReferencedSettingPropertyCompletionProvider
PresetsSettingsHoverProvider
->ReferencedSettingHoverProvider
presets.settings
anddefault.settings
Before you deploy
changeset