Coder Social home page Coder Social logo

sequence-sh / scl-vscode Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 970 KB

This repository is a mirror of https://gitlab.com/sequence/scl-vscode

Home Page: https://sequence.sh

License: Apache License 2.0

TypeScript 4.96% C# 95.04%
automation vscode vscode-extension orchestration forensics ediscovery scl sequence-configuration-language sequence

scl-vscode's Introduction

Sequence® Configuration Language VS Code Extension

This is the VS Code extension for SCL.

To Build and Run

First, run npm install in the .\Client directory.

There are VS Code tasks defined to build both the client and server. To use open the command palette (F1) then go to Tasks: Run Task.

To Run SCL, press F5

How to change settings

File > Preferences > Settings > Sequence-SCL

The are two settings properties

connectors determines which connectors will be used.

nlog controls the Run-SCL log output

This is the default configuration which writes both to a file and to the output window.

  "nlog": {
    "throwConfigExceptions": true,
    "variables": {
      "logname": "..\\sequence"
    },
    "targets": {
      "fileTarget": {
        "type": "File",
        "fileName": "${basedir:fixtempdir=true}\\${logname}.log",
        "layout": "${date} ${level:uppercase=true} ${message} ${exception}"
      },
      "outputWindow": {
        "type": "OutputWindow",
        "layout": "${date} ${message}"
      }
    },
    "rules": [
      {
        "logger": "*",
        "minLevel": "Error",
        "writeTo": "fileTarget,outputWindow",
        "final": true
      },
      {
        "logger": "*",
        "minLevel": "Debug",
        "writeTo": "outputWindow"
      },
      {
        "logger": "*",
        "minLevel": "Debug",
        "writeTo": "fileTarget"
      }
    ]
  }

scl-vscode's People

Contributors

antonyoni avatar wainwrightmark avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.