Jon Sequeira
Jon Sequeira
You only need to use VS Code to work directly on the VS Code extension. You can use VS 2019 for the majority of the codebase. The JavaScript bits that...
I don't think making the build work without symlink support is something the dev team can prioritize. Is there any additional work to be done here or can we close...
My proposal would be to capture the following information on each cell run: * A cell ID * A document ID * The execution order * The cell language *...
The same would be useful for the default language.
The child process should be able to handle its own disposal on termination rather than needing a custom gesture for it. Is there a specific case where this is not...
Related: https://github.com/dotnet/interactive/issues/2041#issuecomment-1149324115
Once we have the kernel picker improvement then would we still want this?
@daxian-dbw Any ideas here?
Using `BinaryFormatter` directly should already emit a warning a compile time. For security reasons, we don't plan to allow its usage at runtime. More details here: https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/5.0/binaryformatter-serialization-obsolete
You can use the `DisplayAs` extension method: The `DisplayAs()` method (which extends `string`) displays the existing string, unchanged, using the specified MIME type. The `Display()` extension method (and the older,...