This file contains hidden or 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
import { URI } from '@vscode/monaco-editor/esm/vs/base/common/uri'; | |
import { ITextModelContentProvider } from '@vscode/monaco-editor/esm/vs/editor/common/services/resolverService'; | |
import { ApolloClient } from 'apollo-client'; | |
import { IModelService, IModeService } from '@workbench-stack/core'; | |
import { ILanguageSelection } from '@vscode/monaco-editor/esm/vs/editor/common/services/modeService'; | |
// import { IFileDataSubscription } from '@files-stack/client-state'; | |
import gql from 'graphql-tag'; | |
export const FileContent_WsDocument = gql` | |
query aQuery { |
This file contains hidden or 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
Some Jenkinsfile examples |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Hello World!</title> | |
<link rel="stylesheet" type="text/css" href="./styles.css"> | |
</head> | |
<body> | |
<script> | |
require('./renderer.js') |
OlderNewer