Skip to content

Commit a88156f

Browse files
author
DOUGLASDAVIS08161978
authored
Update and rename using-github-codespaces-in-visual-studio-code.md to sudo su && using-github-codespaces-in-visual-studio-code.md
1 parent 363a5ac commit a88156f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

content/codespaces/developing-in-a-codespace/using-github-codespaces-in-visual-studio-code.md renamed to content/codespaces/developing-in-a-codespace/sudo su && using-github-codespaces-in-visual-studio-code.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
---
1+
name: Open new issue
2+
on: workflow_dispatch
3+
4+
jobs:
5+
open-issue:
6+
runs-on: ubuntu-latest
7+
permissions:
8+
contents: read
9+
issues: write
10+
steps:
11+
- run: |
12+
gh issue --repo ${{ github.repository }} \
13+
create --title "Issue title" --body "Issue body"
14+
env:
15+
GH_TOKEN: ${{ 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 ---
216
title: Using GitHub Codespaces in Visual Studio Code
317
shortTitle: Visual Studio Code
418
intro: 'You can develop in your codespace directly in {% data variables.product.prodname_vscode %} by connecting the {% data variables.product.prodname_github_codespaces %} extension with your {% data variables.product.github %} account.'

0 commit comments

Comments
 (0)