vscode-tidalcycles icon indicating copy to clipboard operation
vscode-tidalcycles copied to clipboard

Support for TidalCycles in VSCode

Results 14 vscode-tidalcycles issues
Sort by recently updated
recently updated
newest added

Fallback boot parameters defined in https://github.com/tidalcycles/vscode-tidalcycles/blob/da95f23dea664ec2adb0849b89e0819a9f7df774/src/tidal.ts#L115 are silently applied when no path to `BootTidal.hs` is defined. This might appear convenient, however it can lead to [hard to track errors](https://github.com/tidalcycles/Tidal/issues/1014) as...

Scenario: I want to insert a sample with "Insert sound name in editor" feature, replacing all occurrences of an existing sound name in the file Steps: 1. Mark the old...

I wanted to contribute to this repo, but it no longer builds with recent `tsc` and various `npm` package versions! This PR: 1. Runs `npx npm-check-updates --upgrade` to upgrade all...

No idea why, but currently if you have a `.ipynb` open in VSCode and the TidalCycles extension enabled, when you first hit spacebar, an empty console will pop up, and...

bug

E.g. when in a `.py` file, Shift+Enter will cause Tidal process to start, when instead it should only start when the user is in a `.tidal` file, and a Python...

bug

I can see in the README that keyboard shortcuts can be added: ``` { "key": "shift+ctrl+1" , "command": "tidal.shortcut" , "args": { "command": "d1 $ stack [ s \"bd!4\", ((1/2)...

Selecting multiple lines and evaluating them with ```shift-enter``` works as intended with atom tidal. On vscode it only executes the line on which the caret resides. I'm not sure if...

enhancement

After installing this extension, when renaming a file on the left navigation bar and inputting a space in a filename, VSCode pops up on the right bottom this warning ```...

Like for the Atom plugin, I suggest making your own grammar, which would merely extends Haskell. It also gives the opportunity to add autocompletion (#11). My real issue: I regularly...

Referencing this change made in Atom: https://github.com/tidalcycles/atom-tidalcycles/pull/100/files/6bd655901f3f1bd0c2248d67b0b228496dea18ef..d72955a3b0507a0682fc9261a060c8fbe16cf87e