Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 24cd817

Browse files
committed
Change all definitions to have specific version, add eslint to TypeScript definitions
1 parent d52e7d4 commit 24cd817

File tree

105 files changed

+7094
-578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+7094
-578
lines changed

containers/azure-functions-node-lts/.devcontainer/Dockerfile renamed to containers/azure-functions-node-10/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM node:lts
6+
FROM node:10
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive

containers/azure-functions-node-lts/.devcontainer/devcontainer.json renamed to containers/azure-functions-node-10/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Azure Functions & Node.js (latest LTS)",
2+
"name": "Azure Functions & Node.js 10",
33
"dockerFile": "Dockerfile",
44
"appPort": 7071,
55

File renamed without changes.

containers/azure-functions-node-lts/README.md renamed to containers/azure-functions-node-10/README.md

Lines changed: 5 additions & 5 deletions

containers/dotnetcore-latest/.devcontainer/Dockerfile renamed to containers/dotnetcore-3.0/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM mcr.microsoft.com/dotnet/core/sdk:latest
6+
FROM mcr.microsoft.com/dotnet/core/sdk:3.0
77

88
# This Dockerfile adds a non-root 'vscode' user with sudo access. However, for Linux,
99
# this user's GID/UID must match your local user UID/GID to avoid permission issues

containers/dotnetcore-latest/.devcontainer/devcontainer.json renamed to containers/dotnetcore-3.0/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "C# (.NET Core Latest)",
2+
"name": "C# (.NET Core 3.0)",
33
"dockerFile": "Dockerfile",
44

55
// Use 'settings' to set *default* container specific settings.json values on container create.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)