Skip to content

Instantly share code, notes, and snippets.

View bsed's full-sized avatar
🏠
Working from home

sed bsed

🏠
Working from home
View GitHub Profile
# <type>: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23
@bsed
bsed / rust_launch.json
Last active September 16, 2019 07:15
.vscode_rust
{
// 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": [
{
"type": "gdb",
"request": "launch",
"name": "Linux Prod",
@bsed
bsed / rust_tasks.json
Created September 16, 2019 07:15
.vscode_rust
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "cargo test build",
"command": "cargo",
"args": [
@bsed
bsed / go_launch.json
Created September 16, 2019 07:17
golang vscode
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"remotePath": "",
"port": 4345,
@bsed
bsed / vue_lanuch.json
Created September 16, 2019 07:31
vue vscode
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "vuejs: chrome",
"url": "http://localhost:8080/zhtj/",
"webRoot": "${workspaceFolder}/src",
"breakOnLoad": true,
@bsed
bsed / cloudSettings
Last active January 21, 2020 06:21
bsed_vscode_settings.json
{"lastUpload":"2020-01-21T06:21:25.640Z","extensionVersion":"v3.4.3"}