Skip to content

Commit

Permalink
announcement for CGAL versions 6.0, 6.0.1, 5.6.2, and 5.5.5
Browse files Browse the repository at this point in the history
+ Add VS Code settings.
  • Loading branch information
lrineau committed Oct 23, 2024
1 parent cd830ff commit 91f0866
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Thumbs.db
.jekyll-cache
/node_modules
/vendor/bundle/
.jekyll-metadata
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-vscode.live-server"
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"livePreview.defaultPreviewPath": "_site/",
"livePreview.serverRoot": "_site/",
"livePreview.showServerStatusNotifications": true,
"livePreview.autoRefreshPreview": "On Changes to Saved Files",
"livePreview.previewDebounceDelay": 1000
}
Loading

0 comments on commit 91f0866

Please sign in to comment.