Code Monkey home page Code Monkey logo

Comments (4)

agc93 avatar agc93 commented on June 6, 2024

Oh hey, that's me! 👍

I'm happy to have a look at this, but it's obviously not going to fit in with the format of the other "Editors" pages, since it's not to do with Intellisense or highlighting. Are there any other templates or anything I should use?

Or if you guys are looking after this, I'll let more experienced hands work..

from website.

gep13 avatar gep13 commented on June 6, 2024

@agc93 I was going to take this when I got a second, but happy for you to take it if you want. We don't have any templates as such, so don't have anything that I can point you at, sorry. I was thinking just a simple page with the steps on how to set up the task, and also some screenshots to help along the way, and a final screenshot showing the expected operation of the task.

from website.

phil-scott-78 avatar phil-scott-78 commented on June 6, 2024

Slightly related, I was working on calling my build script from VS Code. Maybe this new section could also house this information too. For what it's worth, here's the config I settled on.

{
    "version": "0.1.0",
    "isShellCommand": true,
    "showOutput": "always",
    "windows" :{
        "command": "${env.windir}\\sysnative\\windowspowershell\\v1.0\\PowerShell.exe",
            "args": [   
                "-ExecutionPolicy",
                "Unrestricted",
                "-NoProfile",
                "-file",
                "build.ps1",
                "-target"
            ]
    },    
    "tasks": [
        {
            "taskName": "build",
            "suppressTaskName": true,
            "isBuildCommand": true,
            "args": [
                "build"
            ]
        },
        {
            "taskName": "Test",
            "suppressTaskName": true,
            "isTestCommand": true,
            "args": [
                "run-unit-tests"
            ]
        }
    ]
}

Assumes you have two tasks named build and run-unit-tests in your cake file. This is just for a Windows setup, but I've tried to keep the tasks themselves workable for someone running *nix too.

from website.

gep13 avatar gep13 commented on June 6, 2024

@agc93 fairly sure this is done, so closing it off.

from website.

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.