mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Update more extensions to use shared config
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
'use strict';
|
||||
import { ExtensionContext, languages, IndentAction } from 'vscode';
|
||||
|
||||
export function activate(context: ExtensionContext): any {
|
||||
export function activate(_context: ExtensionContext): any {
|
||||
languages.setLanguageConfiguration('python', {
|
||||
onEnterRules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user