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

fix content assist in user preferences #4667

Merged
merged 1 commit into from
Mar 25, 2019
Merged

fix content assist in user preferences #4667

merged 1 commit into from
Mar 25, 2019

Conversation

akosyakov
Copy link
Member

fix #4661

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
@vince-fugnitto
Copy link
Member

@akosyakov I'm sorry but can you briefly explain what the content assist is and how I can test the patch ?

@akosyakov
Copy link
Member Author

@akosyakov I'm sorry but can you briefly explain what the content assist is and how I can test the patch ?

If you open user preferences editor, and press ctrl + space, you should get proposals for preference names. It is not the case on master.

@vince-fugnitto
Copy link
Member

@akosyakov I'm sorry but can you briefly explain what the content assist is and how I can test the patch ?

If you open user preferences editor, and press ctrl + space, you should get proposals for preference names. It is not the case on master.

thank you ! I'll test the PR now 😃

Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it works great now, thank you!

Copy link
Contributor

@elaihau elaihau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works well. thank you !

@@ -67,7 +67,7 @@ export class JsonClientContribution extends BaseLanguageClientContribution {
for (const s of allConfigs) {
if (s.fileMatch) {
for (let fileMatch of s.fileMatch) {
if (fileMatch.charAt(0) !== '/' && !fileMatch.match(/\w+:\/\//)) {
if (fileMatch.charAt(0) !== '/' && !fileMatch.match(/\w+:/)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svenefftinge would be fine to remove them?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine for now but might pop up again, once we use the vs code extension.

@akosyakov akosyakov merged commit 9c8e29b into master Mar 25, 2019
@akosyakov akosyakov deleted the GH-4661 branch March 25, 2019 13:18
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.

content assist does not work in preferences widget
4 participants