Skip to content

Commit

Permalink
Merge branch 'release/v2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Aug 18, 2019
2 parents 587774f + ced5e67 commit cca2629
Show file tree
Hide file tree
Showing 77 changed files with 4,784 additions and 3,974 deletions.
283 changes: 47 additions & 236 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,259 +1,70 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Oo]ut/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/
[Ll]ib/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
# Logs
logs
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# JustCode is a .NET coding add-in
.JustCode
# Runtime data
pids
*.pid
*.seed
*.pid.lock

# TeamCity is a build add-in
_TeamCity*
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# DotCover is a Code Coverage Tool
*.dotCover
# Coverage directory used by tools like istanbul
coverage

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# nyc test coverage
.nyc_output

# MightyMoose
*.mm.*
AutoTest.Net/
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Web workbench (sass)
.sass-cache/
# Bower dependency directory (https://bower.io/)
bower_components

# Installshield output folder
[Ee]xpress/
# node-waf configuration
.lock-wscript

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
# Dependency directories
node_modules/
orleans.codegen.cs
jspm_packages/

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# TypeScript v1 declaration files
typings/

# RIA/Silverlight projects
Generated_Code/
# Optional npm cache directory
.npm

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# Optional eslint cache
.eslintcache

# SQL Server files
*.mdf
*.ldf
# Optional REPL history
.node_repl_history

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Output of 'npm pack'
*.tgz

# Microsoft Fakes
FakesAssemblies/
# Output of 'vsce package'
*.vsix

# GhostDoc plugin setting file
*.GhostDoc.xml
# Yarn Integrity file
.yarn-integrity

# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# dotenv environment variables file
.env

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

# Compiled TypeScript-Files
[Ll]ib/
# next.js build output
.next

# Visual Studio Code Test cache/options directory
.vscode-test
# Visual Studio Code Experimental Instance
.vscode-test/
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-vscode.vscode-typescript-tslint-plugin"
]
}
24 changes: 11 additions & 13 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
// A launch configuration that compiles the extension and then opens it inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"name": "Launch Extension",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--locale=en"
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
"${workspaceFolder}/lib/**/*.js"
],
"preLaunchTask": "Watch"
"preLaunchTask": "Build"
},
{
"name": "Extension Tests",
"type": "extensionHost",
"request": "launch",
"name": "Launch Tests",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test"
"--extensionTestsPath=${workspaceFolder}/lib/test"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
"${workspaceFolder}/lib/test/**/*.js"
],
"preLaunchTask": "Watch"
"preLaunchTask": "Build"
}
]
}
8 changes: 2 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"typescript.format.placeOpenBraceOnNewLineForFunctions": true
}
Loading

0 comments on commit cca2629

Please sign in to comment.