Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: Inject coder ssh configuration between comments#48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BrunoQuaresma merged 23 commits intomainfrombq/fix-42
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
23 commits
Select commitHold shift + click to select a range
48d16a6
fix: Removes first matching Host block
BrunoQuaresmaJan 25, 2023
3c31777
Abstract SSH update
BrunoQuaresmaJan 26, 2023
ace35dd
Remove package
BrunoQuaresmaJan 26, 2023
f4eeba8
Remove unused import
BrunoQuaresmaJan 26, 2023
cfe3c9c
Update src/SSHConfig.ts
BrunoQuaresmaJan 27, 2023
c359a19
Apply review suggestions
BrunoQuaresmaJan 27, 2023
5e7ebb8
Merge branch 'bq/fix-42' of github.com:coder/vscode-coder into bq/fix-42
BrunoQuaresmaJan 27, 2023
9db792e
Remove unused dep
BrunoQuaresmaJan 27, 2023
30b7020
Cleanup tests
BrunoQuaresmaJan 27, 2023
93c02d8
Cleanup tests
BrunoQuaresmaJan 27, 2023
5ce8e68
Add tests
BrunoQuaresmaJan 27, 2023
0199cc3
Improve comments
BrunoQuaresmaJan 27, 2023
98f26dd
Clean up old config
BrunoQuaresmaJan 27, 2023
33f0eb6
Remove bad dir
BrunoQuaresmaJan 27, 2023
7dcd5da
Fix name and remove package-lock.json
BrunoQuaresmaJan 27, 2023
e3ac21b
Fix command
BrunoQuaresmaJan 27, 2023
77ea26f
Add test to CI
BrunoQuaresmaJan 27, 2023
1949890
Improve scripts
BrunoQuaresmaJan 27, 2023
4b75882
Fix lint
BrunoQuaresmaJan 27, 2023
bc6d1f8
Update workflow
BrunoQuaresmaJan 27, 2023
1c1beb1
Fix names
BrunoQuaresmaJan 27, 2023
0e63d49
Delete SSHConfig.test.ts
BrunoQuaresmaJan 27, 2023
307ba0e
Delete SSHConfig.ts
BrunoQuaresmaJan 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions.github/workflows/ci.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,3 +23,19 @@ jobs:
- run: yarn

- run: yarn lint

- run: yarn test:ci

test:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '16'

- run: yarn

- run: yarn test:ci
22 changes: 2 additions & 20 deletions.vscode/launch.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,26 +5,8 @@
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
},
{
"name": "Extension Tests",
"type": "extensionHost",
"request": "launch",
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/runner"
],
"outFiles": [
"${workspaceFolder}/out/**/*.test.js"
],
"preLaunchTask": "tsc: build"
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
}
]
}
Loading

[8]ページ先頭

©2009-2025 Movatter.jp