Git Product home page Git Product logo

Comments (6)

chrmarti avatar chrmarti commented on May 18, 2024

Anything in the console (Help > Toggle Developer Tools)? The first errors in the console would be interesting since these might have triggered all others.

from vscode-azurecli.

rfkamal avatar rfkamal commented on May 18, 2024

Hi Chrmarti, thanks for the reply.

I get the following error in the console:
Error: command 'azureFunctions.createFunction' not found
at t._tryExecuteCommand (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3030:36)
at file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3029:885
at Object.g [as _notify] (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
at Object.enter (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
at n.Class.derive._oncancel._run (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
at n.Class.derive._oncancel._completed (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
at l (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:168:855)
at n.Class.derive.join.r.forEach.G.then.o.(anonymous function) (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:169:45)
at Object.g [as _notify] (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
at Object.enter (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
at n.Class.derive._oncancel._run (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
at n.Class.derive._oncancel._completed (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
at l (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:168:855)
at n.Class.derive.join.r.forEach.G.then.o.(anonymous function) (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:169:45)
at Object.g [as _notify] (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
at Object.enter (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
at n.Class.derive._creator._run (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
at n.Class.derive._creator._completed (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
at Object.g [as _notify] (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:160:729)
at Object.enter (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:164:61)
at n.Class.derive._oncancel._run (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:902)
at n.Class.derive._oncancel._completed (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:165:343)
at e.resolveOk (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3186:248)
at t._receiveReply (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3266:305)
at t._receiveOneMessage (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3264:600)
at file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3262:81
at e.fire (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:181:218)
at a (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:318:348)
at Socket.n._socketDataListener (file:///C:/Users/934873/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:318:567)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at Pipe.onread (net.js:594:20)

Saying that, after opening and clearing the console. The Azure commands appear to have started working.

from vscode-azurecli.

chrmarti avatar chrmarti commented on May 18, 2024

Could be microsoft/vscode#58918. Could you try the insiders build and see if it is fixed there? https://code.visualstudio.com/insiders/

from vscode-azurecli.

rfkamal avatar rfkamal commented on May 18, 2024

Yes, it is working in the insider build it is working with no issues.
Thank you for your help.

from vscode-azurecli.

chrmarti avatar chrmarti commented on May 18, 2024

Great, the insiders version will soon make it into a new stable release. Closing.

from vscode-azurecli.

siddheshsagar avatar siddheshsagar commented on May 18, 2024

I do had faced the same issue, I don't know how this happened but when I didn't got any solution on this issue, I tried to create new project folder for the same project. In the new project I didn't even able to create the functions.
All I did is I deleted the project folder from where this issue started. It resolved my issue.

from vscode-azurecli.

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.