Giter VIP home page Giter VIP logo

Comments (1)

akbyrd avatar akbyrd commented on August 20, 2024

After poking at this some more, I think VS2019 shows the same behavior. I'm not sure why it appeared to be working previously. Probably something with the extension not being updated/replaced properly.

When I have an array variable the root visualized expression name is L"[0]" and the full name is L"()[0],nd". I use the full name to create a language expression and hand that to EvaluateExpressionCallback. Obviously, it doesn't know what do with that expression.

It's only the display string on the root that is messed up. When I expand it the root visualized expression full name is L"avDefault[0]" as expected. Though it does mean that the name shows up funny in the Watch window.
image

I see a similar issue if I have a pointer value and I use ,1 to tell the Watch window it's an array. Name and full name are both L"" when expanding the root object.
image

Note that the VSIX project may not load. I added the Microsoft.VSSDK.BuildTools nuget package and added Microsoft.VsSDK.targets as a build customization. When redistributing the project (without the nuget package directory) the project won't load because the targets file is missing. The targets file can't be downloaded unless you can load the project and let nuget re-download packages. Fun chicken and egg problem.

from concordextensibilitysamples.

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.