Giter VIP home page Giter VIP logo

arm-snippets-vscode's People

Contributors

azure-pipelines[bot] avatar richeney avatar sam-cogan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

arm-snippets-vscode's Issues

Add "Azure" category

Hi! There is a new "Azure" category for VS Code extensions now... you can add it to your package.json and once you republish your extension, it will show up in the right places!

Thanks,
Chris (from the VS Code team)

Can't add snipets

Just installed v1.10, created a new JSON file, entered "arm!".

If I use "arm-pararm", the text appears red and tabbing beyond this does nothing

Comma misplaced in 'arm-stg' snippet

When you add a Storage account 'arm-stg' to your json file it generates this

{
    "type": "Microsoft.Storage/storageAccounts",
    "apiVersion": "2018-07-01",
    "name": "StorageAccount1",
    "location": "[resourceGroup().location]",
    "tags": {
        "displayName": "StorageAccount1"
    },
    "sku": {
        "name": "Standard_LRS"
    }
    "kind": "StorageV2",
}

It's not a valide json. The error is at the last comma of the last line: "kind": "StorageV2",

Potential solution:
I think the error comes from here: https://github.com/sam-cogan/azure-xplat-arm-tooling/blob/db4d9be7921268861acef33326151a47aa24bb85/VSCode/armsnippets.json#L1281

but I'm not sure how to test it.

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.