Skip to content

Commit 9df775e

Browse files
committed
chore: copier update
1 parent f0b87a1 commit 9df775e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v1.5.0
1+
_commit: v1.5.1
22
_src_path: gh:superlinear-ai/substrate
33
author_email: laurent@superlinear.eu
44
author_name: Laurent Sorber

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
],
5252
"files.autoSave": "onFocusChange",
5353
"github.copilot.chat.agent.enabled": true,
54-
"github.copilot.chat.edits.codesearch.enabled": true,
54+
"github.copilot.chat.codesearch.enabled": true,
5555
"github.copilot.chat.edits.enabled": true,
5656
"github.copilot.nextEditSuggestions.enabled": true,
5757
"jupyter.kernels.excludePythonEnvironments": [

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ sentences = sat.split(text, stride=128, block_size=256, weighting="hat")
7979
1. [Install VS Code](https://code.visualstudio.com/) and [VS Code's Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). Alternatively, install [PyCharm](https://www.jetbrains.com/pycharm/download/).
8080
1. _Optional:_ install a [Nerd Font](https://www.nerdfonts.com/font-downloads) such as [FiraCode Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode) and [configure VS Code](https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions) or [PyCharm](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions) to use it.
8181
82+
</details>
83+
8284
<details open>
8385
<summary>Development environments</summary>
8486
@@ -104,7 +106,7 @@ The following development environments are supported:
104106
105107
</details>
106108
107-
<details>
109+
<details open>
108110
<summary>Developing</summary>
109111
110112
- This project follows the [Conventional Commits](https://www.conventionalcommits.org/) standard to automate [Semantic Versioning](https://semver.org/) and [Keep A Changelog](https://keepachangelog.com/) with [Commitizen](https://github.com/commitizen-tools/commitizen).

0 commit comments

Comments
 (0)