Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
## or put your custom commands -------------------
#echo 'Husky.Net is awesome!'

dotnet husky run --name fantomas-format-staged-files
dotnet husky run --name ruff-format-staged-files
dotnet husky run --name lint-markdown-staged-files
dotnet husky run --allow-roll-forward --name fantomas-format-staged-files
dotnet husky run --allow-roll-forward --name ruff-format-staged-files
dotnet husky run --allow-roll-forward --name lint-markdown-staged-files
24 changes: 12 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/quicktest-dart",
"--lang",
Expand All @@ -29,7 +29,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/quicktest",
"--exclude",
Expand All @@ -45,7 +45,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/quicktest",
"--lang",
Expand All @@ -62,7 +62,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/quicktest-py",
"--lang",
Expand All @@ -82,7 +82,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/quicktest-rust",
"--lang",
Expand All @@ -102,7 +102,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/quicktest-rust",
"--lang",
Expand All @@ -124,7 +124,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/quicktest-rust",
"--lang",
Expand Down Expand Up @@ -191,7 +191,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/fable-library-dart",
"--outDir", "temp/fable-library-dart",
Expand All @@ -207,7 +207,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/fable-library-ts",
"--outDir", "temp/fable-library-ts",
Expand All @@ -225,7 +225,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/fable-library-py/fable_library",
"--outDir", "temp/fable-library-py/fable_library",
Expand All @@ -241,7 +241,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceFolder}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"src/fable-library-rust/src",
"--outDir", "temp/fable-library-rust/src",
Expand All @@ -258,7 +258,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceRoot}/src/Fable.Cli/bin/Debug/net8.0/fable.dll",
"program": "${workspaceRoot}/src/Fable.Cli/bin/Debug/net9.0/fable.dll",
"args": [
"--outDir", "${workspaceRoot}/../fable-test",
"--fableLib", "${workspaceRoot}/temp/fable-library-rust",
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.101",
"rollForward": "latestMinor"
"rollForward": "latestMajor"
}
}
Loading
Loading