Code Monkey home page Code Monkey logo

Comments (4)

erictraut avatar erictraut commented on August 27, 2024

@zhuangzhuang, can you provide more details about why you want to use Pylance with a local fork of Pyright? What is the use case you have in mind? This can help us explore potential solutions that meet your needs.

Typescript is a different situation because it's a stand-alone compiler, so it's important to be able to select the language service provider independently of the compiler. Pylance and pyright serve the same purpose — they're both language service providers. Pylance offers a few additional features, but it is otherwise the same as Pyright.

from pylance-release.

zhuangzhuang avatar zhuangzhuang commented on August 27, 2024

I thought pylance has use pyright as library. but seems not.

for this moment, pylance was release at 2020/7/1,but pyright release yesterday.

from pylance-release.

erictraut avatar erictraut commented on August 27, 2024

Pylance is built with Pyright, but it's linked together into a single web-packed bundle. Pylance overrides some of the classes in Pyright to provide additional functionality (e.g. Intellicode compatibility).

Pyright is published on an ad-hoc basis (no well-defined cadence or release guarantees), whereas Pylance goes through a more formal build and release process on a regular cadence. When Pylance is published, it picks up all the latest changes from Pyright.

from pylance-release.

zhuangzhuang avatar zhuangzhuang commented on August 27, 2024

Thanks

from pylance-release.

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.