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

Consume the completion trigger character API #1776

Merged
merged 5 commits into from
Oct 27, 2017

Conversation

rchande
Copy link

@rchande rchande commented Oct 4, 2017

Also take a dependency on version 1.17 where it was added and request to trigger completion on space.

Also take a dependency on version 1.17 where it was added
package.json Outdated
@@ -1360,7 +1358,16 @@
"request": "attach",
"processId": "${command:pickProcess}"
}
]
],
"windows": {
Copy link
Author

Choose a reason for hiding this comment

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

I'm not sure why these got added. Presumably they can be removed?

Copy link
Member

Choose a reason for hiding this comment

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

Remove these. Otherwise, they'll break the debugger.

Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

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

I don't think we want to take this into master yet. At least, not until 1.17 is the stable VS Code release. Otherwise, we won't be able to ship.

package.json Outdated
@@ -1360,7 +1358,16 @@
"request": "attach",
"processId": "${command:pickProcess}"
}
]
],
"windows": {
Copy link
Member

Choose a reason for hiding this comment

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

Remove these. Otherwise, they'll break the debugger.

@rchande
Copy link
Author

rchande commented Oct 4, 2017

@DustinCampbell Right--I was going to ask you if you if we had a different branch that tracked the latest insiders build (or something).

@rchande
Copy link
Author

rchande commented Oct 4, 2017

Also cc @piotrpMSFT and @jonsequitur in case they're interested.

@DustinCampbell
Copy link
Member

We don't have a different branch as we haven't been on the bleeding edge with VS Code APIs yet.

Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

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

I'm going to go ahead and merge this. We've got an OmniSharp release coming in shortly that this will work with.

@DustinCampbell
Copy link
Member

Fixes #146

@rchande
Copy link
Author

rchande commented Oct 27, 2017

Thanks @DustinCampbell

@DustinCampbell
Copy link
Member

For some reason, CI is hung for this PR. So, I went ahead and built and ran tests on my machine.

@DustinCampbell DustinCampbell merged commit ae0be6f into dotnet:master Oct 27, 2017
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.

3 participants