codium builds with rescript mode
This commit is contained in:
parent
f5c10e7bde
commit
b389aa3b14
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -88,8 +88,8 @@ jobs:
|
||||||
- name: Build storybook
|
- name: Build storybook
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
||||||
website-dry-build:
|
website-build:
|
||||||
name: Website dry build
|
name: Website build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: pre_check
|
needs: pre_check
|
||||||
if: ${{ needs.pre_check.outputs.should_skip_website != 'true' }}
|
if: ${{ needs.pre_check.outputs.should_skip_website != 'true' }}
|
||||||
|
|
12
flake.nix
12
flake.nix
|
@ -44,12 +44,12 @@
|
||||||
(pkgs.vscode-with-extensions.override {
|
(pkgs.vscode-with-extensions.override {
|
||||||
vscode = pkgs.vscodium;
|
vscode = pkgs.vscodium;
|
||||||
vscodeExtensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
vscodeExtensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
# {
|
{
|
||||||
# name = "rescript-vscode";
|
name = "rescript-vscode";
|
||||||
# publisher = "rescript-lang";
|
publisher = "chenglou92";
|
||||||
# version = "1.2.1";
|
version = "1.2.1";
|
||||||
# # sha256 = "sha256-b0gCaEzt5yAj53oLFZSXSD3bum9J1fYes/uf9+OlUek=";
|
sha256 = "sha256-7/YakKtJ4WhgAR4rZltrq8g4TtM5QZ2spbrEUrNoXVg=";
|
||||||
# }
|
}
|
||||||
{
|
{
|
||||||
name = "vim";
|
name = "vim";
|
||||||
publisher = "vscodevim";
|
publisher = "vscodevim";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user