Skip to content

Commit

Permalink
doc: handle precompile->transpile rename in gnols
Browse files Browse the repository at this point in the history
Related to gnolang#1681

Gnols has been updated to reflect the command rename `precompile` to
`transpile`. The configuration options have been renamed accordingly.
Related commit: tbruyelle/gnols@2328330
  • Loading branch information
tbruyelle committed Mar 3, 2024
1 parent 6c5b4cf commit f924570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if (executable('gnols'))
\ 'workspace_config': {
\ 'root' : '/path/to/gno_repo',
\ 'gno' : '/path/to/gno_bin',
\ 'precompileOnSave' : v:true,
\ 'transpileOnSave' : v:true,
\ 'buildOnSave' : v:false,
\ },
\ 'languageId': {server_info->'gno'},
Expand Down

0 comments on commit f924570

Please sign in to comment.