GithubHelp home page GithubHelp logo

Comments (4)

NTaylorMullen avatar NTaylorMullen commented on August 22, 2024

Some investigations playing around with VSCode LiveShare:

  • VSCode Insiders -> VSCode completion doesn't work. Throws workspace null on guest
  • VSCode -> VSCode Insiders. Throws workspace null on guest but otherwise works
  • VSOnline -> VSCode Insiders provisional completion doesn't work. Throws workspace null on guest
  • VSOnline -> VSCode provisional completion doesn't work. Throws workspace null on guest

from razor.

NTaylorMullen avatar NTaylorMullen commented on August 22, 2024

Talked with LiveShare team about the workspace being null on the guest and it is definitely unfortunate but after the initialize request no other LSP requests should be sent to the guest LSP. Therefore, we should do the work to make our workspace resolution logic not explode but more importantly short-circuit the remaining file change detector initializations in response.

from razor.

NTaylorMullen avatar NTaylorMullen commented on August 22, 2024

Talked more with LiveShare folks and for our client side functionality such as auto-completing HTML tags and provisional C# completions they suggested it might be wise for us to restrict what type of Razor files we operate on in the client by using document selectors on the client that only understand the file:// scheme (LiveShare uses the vsls scheme).

from razor.

NTaylorMullen avatar NTaylorMullen commented on August 22, 2024

Looks like in the latest release LiveShare stopped working for all sorts of completions.

from razor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.