Skip to content

Commit 0201981

Browse files
authored
Merge pull request #673 from OfficeDev/main
[admin] Publish
2 parents 0e03fa7 + 1612c48 commit 0201981

File tree

9 files changed

+10
-61
lines changed

9 files changed

+10
-61
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"redirections": [
2+
"redirections": [
3+
{
4+
"source_path": "docs/develop/vscode-for-scripts.md",
5+
"redirect_url": "/office/dev/scripts"
6+
},
37
{
48
"source_path": "docs/resources/excel-samples.md",
59
"redirect_url": "/office/dev/scripts/resources/samples/samples-overview"

docs/breadcrumb/toc.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
- name: Office
2-
tocHref: /office/
3-
topicHref: /office/index
4-
items:
5-
- name: Scripts
6-
tocHref: /office/dev/scripts
7-
topicHref: /office/dev/scripts
1+
- name: Microsoft 365
2+
tocHref: /office/dev/scripts/
3+
topicHref: /microsoft-365/index

docs/develop/vscode-for-scripts.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"uhfHeaderId": "office-scripts",
4040
"searchScope": ["Office Scripts"],
4141
"breadcrumb_path": "/office/dev/scripts/breadcrumb/toc.json",
42-
"extendBreadcrumb": true,
4342
"feedback_system": "GitHub",
4443
"feedback_github_repo": "OfficeDev/office-scripts-docs",
4544
"feedback_product_url": "/answers/tags/321/office-development",
@@ -65,4 +64,4 @@
6564
"dest": "office-scripts-docs",
6665
"markdownEngineName": "markdig"
6766
}
68-
}
67+
}

docs/images/vscode-enable-option.png

-17.8 KB
Binary file not shown.

docs/images/vscode-open-option.png

-20.6 KB
Binary file not shown.

docs/images/vscode-script-editor.png

-234 KB
Binary file not shown.

docs/overview/code-editor-environment.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
title: Office Scripts Code Editor environment
33
description: The prerequisites and environment information for Office Scripts in Excel.
4-
ms.date: 11/08/2022
4+
ms.date: 11/01/2023
55
ms.localizationpriority: medium
66
---
77

88
# Office Scripts Code Editor environment
99

1010
Office Scripts are written in either TypeScript or JavaScript and use the Office Scripts JavaScript APIs to interact with an Excel workbook. The Code Editor is based on Visual Studio Code, so if you've used that environment before, you'll feel right at home.
1111

12-
> [!TIP]
13-
> If you're familiar with Visual Studio Code, you can now use it to write scripts. Visit [Visual Studio Code for Office Scripts (preview)](../develop/vscode-for-scripts.md) to try out this feature.
14-
1512
## Scripting language: TypeScript or JavaScript
1613

1714
Office Scripts are written in [TypeScript](https://www.typescriptlang.org/docs/home.html), which is a superset of [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript). The Action Recorder generates code in TypeScript and the Office Scripts documentation uses TypeScript. Since TypeScript is a superset of JavaScript, any scripting code that you write in JavaScript will work just fine.
@@ -52,4 +49,3 @@ Most of the keyboard shortcuts for Visual Studio Code also work in the Office Sc
5249
- [Office Scripts API reference](/javascript/api/office-scripts/overview)
5350
- [Troubleshooting Office Scripts](../testing/troubleshooting.md)
5451
- [Using built-in JavaScript objects in Office Scripts](../develop/javascript-objects.md)
55-
- [Visual Studio Code for Office Scripts (preview)](../develop/vscode-for-scripts.md)

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ items:
4444
href: develop/use-json.md
4545
- name: Use .xlsm files in Power Automate flows
4646
href: develop/macros-power-automate.md
47-
- name: VS Code for Office Scripts (preview)
48-
href: develop/vscode-for-scripts.md
4947
- name: Work with PivotTables
5048
href: develop/pivottables.md
5149
- name: Troubleshooting

0 commit comments

Comments
 (0)