Skip to content

Commit

Permalink
add recommended extenstion for vscode usage
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink committed Aug 31, 2022
1 parent 623a67d commit 41cd1f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
.vscode/*
!.vscode/extensions.json
*.DS_Store
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"EditorConfig.EditorConfig"
]
}

2 comments on commit 41cd1f6

@larshp
Copy link
Collaborator

@larshp larshp commented on 41cd1f6 Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also add the abaplint extension?

@albertmink
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely. For now I thought a predefined github codespace extension set would be a good starting point. Need some work though, as codespace does not recommend to install the extension ⚒️

Please sign in to comment.