Git Product home page Git Product logo

Comments (4)

mkloubertego avatar mkloubertego commented on May 30, 2024 1

@frigierim

Yes, this is a bug ... try to create a .vscode-powertools sub folder inside your home directory and it should work.

from vscode-powertools.

mkloubertego avatar mkloubertego commented on May 30, 2024

@frigierim

this seems to be correct ... can you try the following code (this works for me, when I register a button)?:

exports.execute = async (args) => {
    const vscode = args.require('vscode');

    await args.globalStore.set("current_platform", "test");
    var platform = args.globalStore.get("current_platform", "test failed");
    
    vscode.window.showInformationMessage(platform);
}

In what context do you use your script? Can you post a small example of your settings?

Can you also check the .store file in your ${HOME_DIR}/.vscode-powertools directory?

from vscode-powertools.

frigierim avatar frigierim commented on May 30, 2024

Thanks for the quick reply!
Your code is not working for me. I am using this when registering my button (in Workspace settings):

"ego.power-tools": {
	"commands": 
	{
		"select_platform" : 
		{
			"script": "commands\\ns-commands.js",
			"button": {
					"text": "Change platform",
					"tooltip": "Change build and deploy platform"
			}
		},
	}
}

but I still get "Test failed".
I don't have a .vscode-powertools directory, but the .store file is created (empty) in my .vscode/commands folder (i.e. the folder where the script I am running resides).

Could this layout be the reason for the failure?

from vscode-powertools.

frigierim avatar frigierim commented on May 30, 2024

Lovely, it works!
Thank you.

from vscode-powertools.

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.