GithubHelp home page GithubHelp logo

sciter-sdk / json-value-visualizer Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 34 KB

sciter::value visualizer for Visual Studio

Home Page: http://sciter.com

C++ 100.00%
sciter htmlayout vsix debugger-visualizer

json-value-visualizer's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

json-value-visualizer's Issues

identificator "json_value_pair" isn't defined

what is json_value_pair ?
Natvis: ...\2019\Professional\Common7\Packages\Debugger\Visualizers\sciter.natvis(87,27): Error: identificator "json_value_pair" isn't defined
Error in evaluation of "((json_value_pair*)( ((int*)d) + 3 ))" in context of "MyProgram.exe!sciter::value".

Marketplace refuses to accept VSIX for 2017 or higher

I can't update this extension on Marketplace due to an obscure error message:

Error: This extension targets Visual Studio 2017 but was not built with an up-to-date VSSDK.

These didn't help:

https://devblogs.microsoft.com/visualstudio/how-to-upgrade-extensions-to-support-visual-studio-2019/
https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-migrate-extensibility-projects-to-visual-studio-2017?view=vs-2017
http://www.visualstudioextensibility.com/2017/01/10/its-time-to-change-the-vsix-manifest-of-your-extension-to-v3-for-visual-studio-2017-compatibility/

If I add a prerequisites section, it fails with

Error: The file is not a valid VSIX file.

String view is broken on new Sciter versions

It looks like this:

		count	12	unsigned int
		refs	3	unsigned int
		[0]	12 L''	wchar_t
		[1]	0	wchar_t
		[2]	115 L's'	wchar_t
		[3]	116 L't'	wchar_t
		[4]	114 L'r'	wchar_t
		[5]	105 L'i'	wchar_t
		[6]	110 L'n'	wchar_t
		[7]	103 L'g'	wchar_t

MS VS 2019 didn't work with this

I go into .vsix as zip archive and
edit extension.vsixmanifest
set 17.0 version

<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[11.0,16.0]" /> 
 <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,17.0]" /> 

installed in MSVS 2019. I can view in Installed Expansions
but it's not working;(
hm. it's not working in msvs 2017 either

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.