Tasks are only available on a workspace folder?












5















Can't find an simple, basic solution anywhere for this problem so I figured it was worth posting it here.



When I go to run my code as a task, I get the following message: "Tasks are only available on a workspace folder" - I can't find a solution anywhere and I'm a beginner at Visual Studio Code so I might need the answer / solution explaining in more simpler terms.



VSC Version = 1.17.0










share|improve this question

























  • Please display your code. You have to display some efforts.

    – SphynxTech
    Oct 7 '17 at 10:17











  • Hi; it was a simple print("Hello World") to test it and then I receive the error message about Tasks being only available on a work space folder, it happens regardless of the programming language in use.

    – Leighton B
    Oct 7 '17 at 10:36








  • 1





    you need to open the folder containing the file you need to run as a project folder in vscode

    – Suraj Rao
    Oct 7 '17 at 11:53











  • @suraj Thank you for your help! Your answer appears to have worked for me, much appreciated! : )

    – Leighton B
    Oct 7 '17 at 12:07











  • great.. added an answer

    – Suraj Rao
    Oct 7 '17 at 12:22
















5















Can't find an simple, basic solution anywhere for this problem so I figured it was worth posting it here.



When I go to run my code as a task, I get the following message: "Tasks are only available on a workspace folder" - I can't find a solution anywhere and I'm a beginner at Visual Studio Code so I might need the answer / solution explaining in more simpler terms.



VSC Version = 1.17.0










share|improve this question

























  • Please display your code. You have to display some efforts.

    – SphynxTech
    Oct 7 '17 at 10:17











  • Hi; it was a simple print("Hello World") to test it and then I receive the error message about Tasks being only available on a work space folder, it happens regardless of the programming language in use.

    – Leighton B
    Oct 7 '17 at 10:36








  • 1





    you need to open the folder containing the file you need to run as a project folder in vscode

    – Suraj Rao
    Oct 7 '17 at 11:53











  • @suraj Thank you for your help! Your answer appears to have worked for me, much appreciated! : )

    – Leighton B
    Oct 7 '17 at 12:07











  • great.. added an answer

    – Suraj Rao
    Oct 7 '17 at 12:22














5












5








5


0






Can't find an simple, basic solution anywhere for this problem so I figured it was worth posting it here.



When I go to run my code as a task, I get the following message: "Tasks are only available on a workspace folder" - I can't find a solution anywhere and I'm a beginner at Visual Studio Code so I might need the answer / solution explaining in more simpler terms.



VSC Version = 1.17.0










share|improve this question
















Can't find an simple, basic solution anywhere for this problem so I figured it was worth posting it here.



When I go to run my code as a task, I get the following message: "Tasks are only available on a workspace folder" - I can't find a solution anywhere and I'm a beginner at Visual Studio Code so I might need the answer / solution explaining in more simpler terms.



VSC Version = 1.17.0







visual-studio-code vscode-tasks






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 1 at 13:08









Gama11

11.8k52350




11.8k52350










asked Oct 7 '17 at 9:14









Leighton BLeighton B

2813




2813













  • Please display your code. You have to display some efforts.

    – SphynxTech
    Oct 7 '17 at 10:17











  • Hi; it was a simple print("Hello World") to test it and then I receive the error message about Tasks being only available on a work space folder, it happens regardless of the programming language in use.

    – Leighton B
    Oct 7 '17 at 10:36








  • 1





    you need to open the folder containing the file you need to run as a project folder in vscode

    – Suraj Rao
    Oct 7 '17 at 11:53











  • @suraj Thank you for your help! Your answer appears to have worked for me, much appreciated! : )

    – Leighton B
    Oct 7 '17 at 12:07











  • great.. added an answer

    – Suraj Rao
    Oct 7 '17 at 12:22



















  • Please display your code. You have to display some efforts.

    – SphynxTech
    Oct 7 '17 at 10:17











  • Hi; it was a simple print("Hello World") to test it and then I receive the error message about Tasks being only available on a work space folder, it happens regardless of the programming language in use.

    – Leighton B
    Oct 7 '17 at 10:36








  • 1





    you need to open the folder containing the file you need to run as a project folder in vscode

    – Suraj Rao
    Oct 7 '17 at 11:53











  • @suraj Thank you for your help! Your answer appears to have worked for me, much appreciated! : )

    – Leighton B
    Oct 7 '17 at 12:07











  • great.. added an answer

    – Suraj Rao
    Oct 7 '17 at 12:22

















Please display your code. You have to display some efforts.

– SphynxTech
Oct 7 '17 at 10:17





Please display your code. You have to display some efforts.

– SphynxTech
Oct 7 '17 at 10:17













Hi; it was a simple print("Hello World") to test it and then I receive the error message about Tasks being only available on a work space folder, it happens regardless of the programming language in use.

– Leighton B
Oct 7 '17 at 10:36







Hi; it was a simple print("Hello World") to test it and then I receive the error message about Tasks being only available on a work space folder, it happens regardless of the programming language in use.

– Leighton B
Oct 7 '17 at 10:36






1




1





you need to open the folder containing the file you need to run as a project folder in vscode

– Suraj Rao
Oct 7 '17 at 11:53





you need to open the folder containing the file you need to run as a project folder in vscode

– Suraj Rao
Oct 7 '17 at 11:53













@suraj Thank you for your help! Your answer appears to have worked for me, much appreciated! : )

– Leighton B
Oct 7 '17 at 12:07





@suraj Thank you for your help! Your answer appears to have worked for me, much appreciated! : )

– Leighton B
Oct 7 '17 at 12:07













great.. added an answer

– Suraj Rao
Oct 7 '17 at 12:22





great.. added an answer

– Suraj Rao
Oct 7 '17 at 12:22












1 Answer
1






active

oldest

votes


















9














Visual Studio Code treats the folder containing your program file as a workspace folder.



Your tasks created will be contained in a file tasks.json within a hidden folder .vscode inside your project or workspace folder.



So instead of opening the file directly to create a task, you need to open the folder as a project.






share|improve this answer

























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f46618571%2ftasks-are-only-available-on-a-workspace-folder%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    9














    Visual Studio Code treats the folder containing your program file as a workspace folder.



    Your tasks created will be contained in a file tasks.json within a hidden folder .vscode inside your project or workspace folder.



    So instead of opening the file directly to create a task, you need to open the folder as a project.






    share|improve this answer






























      9














      Visual Studio Code treats the folder containing your program file as a workspace folder.



      Your tasks created will be contained in a file tasks.json within a hidden folder .vscode inside your project or workspace folder.



      So instead of opening the file directly to create a task, you need to open the folder as a project.






      share|improve this answer




























        9












        9








        9







        Visual Studio Code treats the folder containing your program file as a workspace folder.



        Your tasks created will be contained in a file tasks.json within a hidden folder .vscode inside your project or workspace folder.



        So instead of opening the file directly to create a task, you need to open the folder as a project.






        share|improve this answer















        Visual Studio Code treats the folder containing your program file as a workspace folder.



        Your tasks created will be contained in a file tasks.json within a hidden folder .vscode inside your project or workspace folder.



        So instead of opening the file directly to create a task, you need to open the folder as a project.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jan 1 at 13:10









        Gama11

        11.8k52350




        11.8k52350










        answered Oct 7 '17 at 12:21









        Suraj RaoSuraj Rao

        23.7k85872




        23.7k85872
































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f46618571%2ftasks-are-only-available-on-a-workspace-folder%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            MongoDB - Not Authorized To Execute Command

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

            How to fix TextFormField cause rebuild widget in Flutter