-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workspace rename build build wip remove symlink contract generator rebase fix imports missing file build update
- Loading branch information
Showing
218 changed files
with
3,016 additions
and
3,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/dotnet-interactive-vscode-insiders/tests/vscode-common-tests
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/microsoft-dotnet-interactive-browser/src/dotnet-interactive
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...oft-dotnet-interactive-browser/.gitignore → src/polyglot-notebooks-browser/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dist/ | ||
dist/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...t-dotnet-interactive-browser/src/index.ts → src/polyglot-notebooks-browser/src/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from "./library-init"; | ||
export * from "./dotnet-interactive-interfaces"; | ||
export * from "./dotnet-interactive/contracts"; | ||
export * from "./polyglot-notebooks-interfaces"; | ||
export * from "./polyglot-notebooks/contracts"; | ||
export { createDotnetInteractiveClient } from "./kernel-client-impl"; |
10 changes: 5 additions & 5 deletions
10
...ractive-browser/src/kernel-client-impl.ts → ...tebooks-browser/src/kernel-client-impl.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...interactive-browser/src/kernel-factory.ts → ...t-notebooks-browser/src/kernel-factory.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t-interactive-browser/src/library-init.ts → ...lot-notebooks-browser/src/library-init.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../polyglot-notebooks/src |
6 changes: 3 additions & 3 deletions
6
...wser/src/dotnet-interactive-interfaces.ts → ...wser/src/polyglot-notebooks-interfaces.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...de-common/src/DotnetInteractiveChannel.ts → ...de-common/src/DotnetInteractiveChannel.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
44 changes: 22 additions & 22 deletions
44
...nteractive-vscode-common/src/constants.ts → ...-notebooks-vscode-common/src/constants.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
// Copyright (c) .NET Foundation and contributors. All rights reserved. | ||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
||
// languages | ||
export const CellLanguageIdentifier = 'polyglot-notebook'; | ||
|
||
// notebook controllers | ||
export const NotebookControllerId = 'polyglot-notebook'; | ||
export const JupyterNotebookControllerId = 'polyglot-notebook-for-jupyter'; | ||
|
||
// notebook kernel | ||
export const JupyterKernelId = 'polyglot-notebook-for-jupyter'; | ||
|
||
// view types | ||
export const NotebookViewType = 'polyglot-notebook'; | ||
export const JupyterNotebookViewType = 'polyglot-notebook-jupyter'; | ||
export const JupyterViewType = 'jupyter-notebook'; | ||
|
||
// other | ||
export const DotnetConfigurationSectionName = 'dotnet-interactive'; | ||
export const PolyglotConfigurationSectionName = 'polyglot-notebook'; | ||
export const InteractiveWindowControllerId = 'polyglot-notebook-window'; | ||
// Copyright (c) .NET Foundation and contributors. All rights reserved. | ||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
||
// languages | ||
export const CellLanguageIdentifier = 'polyglot-notebook'; | ||
|
||
// notebook controllers | ||
export const NotebookControllerId = 'polyglot-notebook'; | ||
export const JupyterNotebookControllerId = 'polyglot-notebook-for-jupyter'; | ||
|
||
// notebook kernel | ||
export const JupyterKernelId = 'polyglot-notebook-for-jupyter'; | ||
|
||
// view types | ||
export const NotebookViewType = 'polyglot-notebook'; | ||
export const JupyterNotebookViewType = 'polyglot-notebook-jupyter'; | ||
export const JupyterViewType = 'jupyter-notebook'; | ||
|
||
// other | ||
export const DotnetConfigurationSectionName = 'dotnet-interactive'; | ||
export const PolyglotConfigurationSectionName = 'polyglot-notebook'; | ||
export const InteractiveWindowControllerId = 'polyglot-notebook-window'; |
File renamed without changes.
Oops, something went wrong.