Skip to content

Commit

Permalink
new file
Browse files Browse the repository at this point in the history
  • Loading branch information
PingYunOu committed Oct 27, 2020
1 parent 5c182df commit 2bf6c68
Show file tree
Hide file tree
Showing 612 changed files with 170,792 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pingyun/.vscode/argv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// This configuration file allows you to pass permanent command line arguments to VS Code.
// Only a subset of arguments is currently supported to reduce the likelihood of breaking
// the installation.
//
// PLEASE DO NOT CHANGE WITHOUT UNDERSTANDING THE IMPACT
//
// NOTE: Changing this file requires a restart of VS Code.
{
// Use software rendering instead of hardware accelerated rendering.
// This can help in cases where you see rendering issues in VS Code.
// "disable-hardware-acceleration": true,

// Enabled by default by VS Code to resolve color issues in the renderer
// See https://github.com/microsoft/vscode/issues/51791 for details
"disable-color-correct-rendering": true,

// Allows to disable crash reporting.
// Should restart the app if the value is changed.
"enable-crash-reporter": true,

// Unique id used for correlating crash reports sent from this instance.
// Do not edit this value.
"crash-reporter-id": "6cb12446-f95e-4caa-b1ef-2390cf64736c"
}
1 change: 1 addition & 0 deletions pingyun/.vscode/extensions/.obsolete
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"danielpinto8zz6.c-cpp-compile-run-1.0.11":true}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

custom: ['paypal.me/danielpinto8zz6']
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
- VSCode Version: [e.g. 1.28.2]
- OS Version: [e.g. Windows_NT x64 10.0.17134]

**Additional context**
Add any other context about the problem here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI

on:
push:
branches: [ master, development ]
pull_request:
branches: [ master, development ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
env:
CI: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"git": {
"commitMessage": "chore: 🤖 release v${version}",
"tagName": "v${version}",
"changelog": "npx auto-changelog --stdout -l false -u -p -t changelog-template.hbs"
},
"github": {
"release": true,
"releaseName": "v${version}",
"assets": [
"c-cpp-compile-run-*.vsix"
],
"requireBranch": "master"
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog -p",
"before:github:release": "npx vsce package",
"after:github:release": "npx vsce publish"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="https://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="https://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="c-cpp-compile-run" Version="1.0.11" Publisher="danielpinto8zz6"/>
<DisplayName>C/C++ Compile Run</DisplayName>
<Description xml:space="preserve">Compile &amp; Run single c/c++ files easly</Description>
<Tags>c,cpp,compile,run,keybindings,Log,c++</Tags>
<Categories>Programming Languages,Other</Categories>
<GalleryFlags>Public</GalleryFlags>
<Badges></Badges>
<Properties>
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.45.1" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />

<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/danielpinto8zz6/c-cpp-compile-run.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/danielpinto8zz6/c-cpp-compile-run.git" />

<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/danielpinto8zz6/c-cpp-compile-run.git" />


<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/danielpinto8zz6/c-cpp-compile-run/issues" />
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/danielpinto8zz6/c-cpp-compile-run/blob/master/README.md" />


<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />


</Properties>
<License>extension/LICENSE.txt</License>
<Icon>extension/resources/logo.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
</Installation>
<Dependencies/>
<Assets>
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/resources/logo.png" Addressable="true" />
</Assets>
</PackageManifest>
Loading

0 comments on commit 2bf6c68

Please sign in to comment.